Convert an [10,1] Array into an [1,10] Array
古いコメントを表示
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 ?
採用された回答
その他の回答 (1 件)
Prasad Kalane
2014 年 7 月 14 日
0 投票
Assign variable & take transpose as suggested by azzi sir.
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!