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
Carlos 2015 年 1 月 13 日
reshape(A,549,2400,2)
where A is your 549x800x6 matrix

サインインしてコメントする。

 採用された回答

その他の回答 (1 件)

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

質問済み:

2015 年 1 月 13 日

回答済み:

2015 年 2 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by