convert 3d matrix into 2d matrix

1 回表示 (過去 30 日間)
Mushahid Shamim
Mushahid Shamim 2018 年 4 月 26 日
回答済み: Walter Roberson 2018 年 4 月 26 日
How can I convert A(2*3*9) matrix into A(6*9) matrix.

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 4 月 26 日
reshape(A, [], size(A,3))

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by