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!