Converting 2D Array to 3D

1 vue (au cours des 30 derniers jours)
Saeid
Saeid le 16 Mar 2019
Modifié(e) : Saeid le 16 Mar 2019
How can I convert a 2D array to a 3D array in the following form?

Réponse acceptée

madhan ravi
madhan ravi le 16 Mar 2019
permute(reshape(A,I/3,[],J),[1,3,2]) % A - matrix, I - no of rows, J - no of columns
  1 commentaire
Saeid
Saeid le 16 Mar 2019
Thanks a lot Madhan!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by