help: how to generate two random sequences from an array
help: how to generate two random sequences from an array
(OP)
i have an array suppose say [4 3 2 6 1 5]
i need to generate two random sequence arrays from this array,
i know about fliplr or flipud functions by which i can get a different combination.
But i want to know is there any other function by which i can generate two different sequences from this array.
i need to generate two random sequence arrays from this array,
i know about fliplr or flipud functions by which i can get a different combination.
But i want to know is there any other function by which i can generate two different sequences from this array.





RE: help: how to generate two random sequences from an array
RE: help: how to generate two random sequences from an array