how to reshape 3d matrix?

조회 수: 10 (최근 30일)
Lilya
Lilya 2018년 12월 16일
댓글: madhan ravi 2018년 12월 17일
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

채택된 답변

madhan ravi
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
Lilya
Lilya 2018년 12월 17일
thank you very much
madhan ravi
madhan ravi 2018년 12월 17일
Anytime :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by