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.
採用された回答
その他の回答 (1 件)
madhan ravi
2019 年 7 月 9 日
Matrix = reshape(vector,20,25).'
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!