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!