6/20/2016

Matlab vector index shuffle


V1 =[ 10 20 30 40 50 60 70];
V2 = V1( :, randperm( length(V1) ));

V2 =

     60    10    20    30    50    40    70

No comments:

Post a Comment