フィルターのクリア

Convert Column Vector to arrey matrix

1 回表示 (過去 30 日間)
Naufal Fathoni
Naufal Fathoni 2019 年 7 月 8 日
回答済み: madhan ravi 2019 年 7 月 9 日
Hi, I have a 500x1 column vector How do I convert it into a 25x20 array matrix where 1st row values of the matrix will be 1st - 20 values of the vector and so on.

採用された回答

infinity
infinity 2019 年 7 月 8 日
Hello,
You may see this function, it will help you

その他の回答 (1 件)

madhan ravi
madhan ravi 2019 年 7 月 9 日
Matrix = reshape(vector,20,25).'

カテゴリ

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