convert 3d matrix into 2d matrix
Afficher commentaires plus anciens
How can I convert A(2*3*9) matrix into A(6*9) matrix.
Réponses (1)
Walter Roberson
le 26 Avr 2018
reshape(A, [], size(A,3))
Catégories
En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!