number permutate without permutation

1 vue (au cours des 30 derniers jours)
Emre Metin
Emre Metin le 22 Mai 2020
Modifié(e) : per isakson le 22 Mai 2020
how can i permutate numbers without using P=perms(v) function
  2 commentaires
James Tursa
James Tursa le 22 Mai 2020
Why can't you use the perms function? Is this homework?
Emre Metin
Emre Metin le 22 Mai 2020
yes unfortunately

Connectez-vous pour commenter.

Réponses (1)

per isakson
per isakson le 22 Mai 2020
Modifié(e) : per isakson le 22 Mai 2020
Steps to find a substitute for perms without perms
  1. Lookup perms in the documenttion, perms, All possible permutations
  2. See "See also:" in the bottom of the page and notice randperm. (Luckily there is something that looks relevant to your problem.)
  3. Lookup randperm ....

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!

Translated by