Convert an [10,1] Array into an [1,10] Array
Show older comments
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 ?
Accepted Answer
More Answers (1)
Prasad Kalane
on 14 Jul 2014
0 votes
Assign variable & take transpose as suggested by azzi sir.
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!