number permutate without permutation
Show older comments
how can i permutate numbers without using P=perms(v) function
2 Comments
James Tursa
on 22 May 2020
Why can't you use the perms function? Is this homework?
Emre Metin
on 22 May 2020
Answers (1)
per isakson
on 22 May 2020
Edited: per isakson
on 22 May 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 ....
Categories
Find more on Encryption / Cryptography in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!