combining matrixes into 3d vector
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hi i have a function with a for loop. When I run it produces say 5 matrices with the same number of columns but different number of rows. How do i concatenate this 5 matrices into a 3d vector?? Please this is not me being lazy i have written all the code to produce this matrices i am just stuck in this part!
3 件のコメント
Sean de Wolski
2013 年 12 月 12 日
What do you want to do with the inconsisten dimensions? Pad with zeros, nans, etc?
Alternatively you could use a cell array to store each unequal sized slice.
Giovanni
2013 年 12 月 12 日
Walter Roberson
2013 年 12 月 12 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!