Changing the dimension of a data set

4 Ansichten (letzte 30 Tage)
mona faraji
mona faraji am 8 Dez. 2011
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?

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 8 Dez. 2011
doc permute
specifically:
b = permtue(b,[2 1 3]);

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by