I have a variable which is <1X1000>.. how can i convert it to <1000x1> ?
7 ビュー (過去 30 日間)
古いコメントを表示
My problem is, i have to change all the columns to rows, i am new to matlab, can somebody please help!
0 件のコメント
採用された回答
David Young
2015 年 1 月 27 日
See the documentation for transpose - give the command
doc transpose
or
help transpose
3 件のコメント
David Young
2015 年 1 月 27 日
Not on my system (R2014b under Windows), Stephen. Both take negligible time compared to whatever else the program might be doing.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!