convert 3d matrix into 2d matrix
Ältere Kommentare anzeigen
How can I convert A(2*3*9) matrix into A(6*9) matrix.
Antworten (1)
Walter Roberson
am 26 Apr. 2018
reshape(A, [], size(A,3))
Kategorien
Mehr zu Matrices and Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!