You would like to randomly reorder every element in array a and put the result into another array b. Which code is NOT necessary to do that?
a = 1:10;
You would like to randomly reorder every element in array a and put the result into another array b. Which code is NOT necessary to do that?
a = 1:10;