How to fill a matrix of known size with data from a row vector
1 回表示 (過去 30 日間)
古いコメントを表示
I have a row vector ( dimension: 1x171072000) representing per second data for 66 months.
I want to build a matrix with dimension 2592000x66, so that each colums contains data for each month. For example the first column of the matrix must contains vector(1:2592000) and the second column vector(2592001:5184000.
How can I implement this? thank you in advance
0 件のコメント
回答 (2 件)
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!