Rearranging column of m by 1 matrix.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I have m by 1 matrix and 95 is the factor of m, I want to rearrange it as, First 95 rows as a first column, 96 to 190 as second column and so on.
Any help would be appreciated. Thank you very much.
Answers (2)
Jan
on 21 Oct 2015
reshape(D, 95, [])
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!