combine 30 (1*30) matrix to one matrix (30*30)
1 ビュー (過去 30 日間)
表示 古いコメント
Good evening\morning
I've 30 (1*30) matrix and would to combine them in one matrix (30*30)
Is there a command or should I use for loop?
0 件のコメント
回答 (2 件)
Walter Roberson
2011 年 10 月 8 日
[mat1,mat2,mat3,mat4,mat5,mat6,....mat30]
3 件のコメント
Walter Roberson
2011 年 10 月 8 日
Ah yes, I did somehow misread the original matrix as if it was 30x1. Andrei's version is correct.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!