Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how to store a series of single rows having different sizes in to a single matrix side by side ?
1 回表示 (過去 30 日間)
古いコメントを表示
Find the attachment of the .mat file containing the cell format of size 15x3 . I need to store a particular series of rows having different sizes as side by side in a single matrix.
thanking you
0 件のコメント
回答 (1 件)
John D'Errico
2016 年 9 月 4 日
編集済み: John D'Errico
2016 年 9 月 4 日
You CANNOT use a regular matrix. Matrices are rectangular. So unless you are willing to pad the shorter ones with NaNs perhaps, you cannot use a matrix.
Instead, learn to use cell arrays.
help cell
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!