how to reshape 3d matrix?
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi all,
I have a 3d matrix with the dimension of 1*458*289 that should be reshaped to be 458*289*1. I used permut function but the data are not in the correct order :(
any help would be appreciated.
thank you
댓글 수: 0
채택된 답변
madhan ravi
2018년 12월 16일
편집: madhan ravi
2018년 12월 16일
If the below doesn't do what you want , give an example of a short 3D matrix and the desired output
permute(yourmatrix,[2 3 1])
댓글 수: 4
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!