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!