convert 3d matrix into 2d matrix
Mostrar comentarios más antiguos
How can I convert A(2*3*9) matrix into A(6*9) matrix.
Respuestas (1)
Walter Roberson
el 26 de Abr. de 2018
reshape(A, [], size(A,3))
Categorías
Más información sobre Matrices and Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!