Convert Column Vector to arrey matrix

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 日

1 投票

Hello,
You may see this function, it will help you

その他の回答 (1 件)

madhan ravi
madhan ravi 2019 年 7 月 9 日

0 投票

Matrix = reshape(vector,20,25).'

カテゴリ

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

タグ

質問済み:

2019 年 7 月 8 日

回答済み:

2019 年 7 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by