Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
how could I find specified number of permutation of a vector ?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hi everybody,
perms(v) returns a matrix containing all permutations of the elements of vector v, but I need just specified number of this matrix for example 1000 permutations. there is not any problem when the number of elements of vector is low but when it is high I face with this message "Maximum variable size allowed by the program is exceeded."
3 Commenti
Walter Roberson
il 1 Gen 2019
Duplicated by later https://www.mathworks.com/matlabcentral/answers/437829-specified-numbers-of-random-permutation-of-a-vector which has an answer.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!