There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
古いコメントを表示
There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
1 件のコメント
Carlos
2015 年 1 月 13 日
reshape(A,549,2400,2)
where A is your 549x800x6 matrix
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!