フィルターのクリア

How can i reshape a matrix

2 ビュー (過去 30 日間)
Khaled
Khaled 2022 年 8 月 7 日
コメント済み: Khaled 2022 年 8 月 7 日
I have a 24x6x47 matrix such that 24x6 matrix repeated 47 times
I want to reshape it to matrix 24x47 as Rows and 6 columns

採用された回答

Walter Roberson
Walter Roberson 2022 年 8 月 7 日
reshape(permute(M1, [1 3 2]),[],size(M1,2))
  1 件のコメント
Khaled
Khaled 2022 年 8 月 7 日
I am a begginer!
Yes, it works
Thanks alot !

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

その他の回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by