Data structure in Matlab
1 回表示 (過去 30 日間)
古いコメントを表示
Can I put a matrix in a vector?!
For example, can I have following structures?
for i = 1:10 X(i) = nan(100,200); end
Of course, I can do by creating 100,2000 matrix and put data consecutively. However, I want to organize them with more convenient indexing.
0 件のコメント
回答 (2 件)
Muneef
2013 年 11 月 6 日
yes it can be done you can put a matrix inside a vector by using cells .
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!