number permutate without permutation
Mostrar comentarios más antiguos
how can i permutate numbers without using P=perms(v) function
2 comentarios
James Tursa
el 22 de Mayo de 2020
Why can't you use the perms function? Is this homework?
Emre Metin
el 22 de Mayo de 2020
Respuestas (1)
per isakson
el 22 de Mayo de 2020
Editada: per isakson
el 22 de Mayo de 2020
0 votos
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 ....
Categorías
Más información sobre Encryption / Cryptography en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!