フィルターのクリア

how to Convert matrix to different dimension

2 ビュー (過去 30 日間)
OriAlpha
OriAlpha 2018 年 12 月 11 日
回答済み: Walter Roberson 2018 年 12 月 11 日
Hello,
i have a matrix of 1 row and 75 columns
but i want to covert into 25 rows and 3 columns,
that in this format
1st,2nd,3rd
4th,5th,6th
7th,8th,9th
so how can i convert that
for refence i have attached the file below

採用された回答

Walter Roberson
Walter Roberson 2018 年 12 月 11 日
reshape(F_01, 3, 25).'

その他の回答 (1 件)

madhan ravi
madhan ravi 2018 年 12 月 11 日
reshape(yourmatrix,25,[])

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by