How to create a 3-D array using information from FOR loop?
古いコメントを表示
Hi there, I am currently having a problem with trying to get data out from a FOR loop and place into a 3-D array.
I have tried using Array3D= cat(3,A) within and outwith the FOR loop but cant seem to get the array to work.
Thanks
4 件のコメント
Matt J
2015 年 5 月 22 日
You should show us your for loop.
Robert Roy
2015 年 5 月 22 日
編集済み: Matt J
2015 年 5 月 22 日
Matt J
2015 年 5 月 22 日
Which variable represents the slices that you are trying to concatenate?
Robert Roy
2015 年 5 月 22 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!