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

Réponses (1)

reshape(YourVector, 39, 37, 25)
Note that this will fill "down the columns". You did not specify the order you wanted the elements.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by