make array of array like array within array
古いコメントを表示
I want to create an array within array. I have a m*n 2D matrix of order (256,482,2) having entries as pair of points. I want to first convert oit into 2D array and then want to make array of each row like
for N=1 to 256 NewRow=Z(N) Append(Points,Z(N)) End for
回答 (1 件)
JohnGalt
2018 年 10 月 1 日
0 投票
look into the 'cat' command in matlab help
1 件のコメント
Muhammad Sohail Abid
2018 年 10 月 1 日
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!