convert 3d matrix into 2d matrix
Mostra commenti meno recenti
How can I convert A(2*3*9) matrix into A(6*9) matrix.
Risposte (1)
Walter Roberson
il 26 Apr 2018
reshape(A, [], size(A,3))
Categorie
Scopri di più su Matrices and Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!