convert 3d matrix into 2d matrix

2 vues (au cours des 30 derniers jours)
Mushahid Shamim
Mushahid Shamim le 26 Avr 2018
How can I convert A(2*3*9) matrix into A(6*9) matrix.

Réponses (1)

Walter Roberson
Walter Roberson le 26 Avr 2018
reshape(A, [], size(A,3))

Catégories

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by