number permutate without permutation
显示 更早的评论
how can i permutate numbers without using P=perms(v) function
2 个评论
James Tursa
2020-5-22
Why can't you use the perms function? Is this homework?
Emre Metin
2020-5-22
回答(1 个)
per isakson
2020-5-22
编辑:per isakson
2020-5-22
0 个投票
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 ....
类别
在 帮助中心 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!