converting a 3d matrix into a 2d matrix

1 回表示 (過去 30 日間)
muhammad ahmad
muhammad ahmad 2018 年 10 月 15 日
編集済み: KSSV 2018 年 10 月 15 日
hi, i have a 3d matrix of size 11*3*250,i want to covert it into 11*250,3 provided the entries in the coulmn does not change.if somebody can address the problem Thanks in advance

採用された回答

KSSV
KSSV 2018 年 10 月 15 日
編集済み: KSSV 2018 年 10 月 15 日
B = reshape(A,11,250,3) ;
Where A is your 11*3(250 matrix

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOperating on Diagonal Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by