How to mix order of rows in a matrix?
Show older comments
With randperm it is possible to mix order of the components of a vector v: v(randperm(lenght(v)))
But how to mix rows in a matrix?
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!