I have a 6 x 8 matrix in matlab and would like to reorder the rows. Is there an easy way for me to shift around specific rows?
For my purposes, I would like to take initial rows 1, 2, and 3, and reorder them as rows 4, 5, and 6. Initial row 4 should be row 2, row 5 should be row 3, and row 6 should be row 1.
Thanks!