convert 3d matrix into 2d matrix
古いコメントを表示
How can I convert A(2*3*9) matrix into A(6*9) matrix.
回答 (1 件)
Walter Roberson
2018 年 4 月 26 日
reshape(A, [], size(A,3))
カテゴリ
ヘルプ センター および File Exchange で Matrices and Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!