number permutate without permutation
Mostra commenti meno recenti
how can i permutate numbers without using P=perms(v) function
2 Commenti
James Tursa
il 22 Mag 2020
Why can't you use the perms function? Is this homework?
Emre Metin
il 22 Mag 2020
Risposte (1)
per isakson
il 22 Mag 2020
Modificato: per isakson
il 22 Mag 2020
0 voti
Steps to find a substitute for perms without perms
- Lookup perms in the documenttion, perms, All possible permutations
- See "See also:" in the bottom of the page and notice randperm. (Luckily there is something that looks relevant to your problem.)
- Lookup randperm ....
Categorie
Scopri di più su Encryption / Cryptography in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!