Changing the dimension of a data set

조회 수: 1 (최근 30일)
mona faraji
mona faraji 2011년 12월 8일
Hi
I have a data set with the dimension 50*1400*8, is there any way to change the dimension to 1400*50*8 ?
would you please help me with the related command?

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 12월 8일
doc permute
specifically:
b = permtue(b,[2 1 3]);

추가 답변 (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