How to fill a matrix of known size with data from a row vector
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!