Question

In Matlab, how to shuffle the rows of a matrix?


Annonce
Ad

Answer

 myMatrix ( randperm( length(myMatrix) ) , : );


[source]
# ID Query