Converting 2D Array to 3D
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I convert a 2D array to a 3D array in the following form?
0 commentaires
Réponse acceptée
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
Plus de réponses (0)
Voir également
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!