Borrar filtros
Borrar filtros

Changing the dimension of a data set

1 visualización (últimos 30 días)
mona faraji
mona faraji el 8 de Dic. de 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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by