Borrar filtros
Borrar filtros

How to create 3d array(39X37X25) from double array(36075X1)?

1 visualización (últimos 30 días)
Afroja Akter
Afroja Akter el 29 de Jul. de 2015
Respondida: Walter Roberson el 29 de Jul. de 2015
Hello everyone, I need to create a 3D array size39X37x25 from a 36075X1 array. Could anybody help me?

Respuestas (1)

Walter Roberson
Walter Roberson el 29 de Jul. de 2015
reshape(YourVector, 39, 37, 25)
Note that this will fill "down the columns". You did not specify the order you wanted the elements.

Categorías

Más información sobre Data Types 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