필터 지우기
필터 지우기

How can I change the order of an N-dimensional array?

조회 수: 1 (최근 30일)
도현 김
도현 김 2021년 11월 15일
댓글: 도현 김 2021년 11월 15일
I have an array of size (300*1*6*1000).
But I want to change the order of this array as below.
(300*1*6*1000) >> (6*300*1*1000)
How can I change it, sir?

채택된 답변

Jan
Jan 2021년 11월 15일
X = permute(X, [3,1,2,4]);

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by