number permutate without permutation
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can i permutate numbers without using P=perms(v) function
2 commentaires
Réponses (1)
per isakson
le 22 Mai 2020
Modifié(e) : per isakson
le 22 Mai 2020
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 ....
0 commentaires
Voir également
Catégories
En savoir plus sur Encryption / Cryptography dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!