number permutate without permutation
Afficher commentaires plus anciens
how can i permutate numbers without using P=perms(v) function
2 commentaires
James Tursa
le 22 Mai 2020
Why can't you use the perms function? Is this homework?
Emre Metin
le 22 Mai 2020
Réponses (1)
per isakson
le 22 Mai 2020
Modifié(e) : per isakson
le 22 Mai 2020
0 votes
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 ....
Catégories
En savoir plus sur Encryption / Cryptography dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!