convert 3d matrix into 2d matrix

2 visualizaciones (últimos 30 días)
Mushahid Shamim
Mushahid Shamim el 26 de Abr. de 2018
Respondida: Walter Roberson el 26 de Abr. de 2018
How can I convert A(2*3*9) matrix into A(6*9) matrix.

Respuestas (1)

Walter Roberson
Walter Roberson el 26 de Abr. de 2018
reshape(A, [], size(A,3))

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by