Convert an [10,1] Array into an [1,10] Array
72 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Max Müller
am 14 Jul. 2014
Kommentiert: Max Müller
am 14 Jul. 2014
Hey Guys,
If u want to get the Data of a listbox, u always get an [n,1] Array. n = number of content in the listbox
However, I want the Array to be an [1,n] Array.
So how can I convert it ?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Prasad Kalane
am 14 Jul. 2014
Assign variable & take transpose as suggested by azzi sir.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!