Permsnonindentical

lists all nonidentical permutations of a set of numbers i.e. [1,1,2] go to [1,1,2;1,2,1;2,1,1]
ダウンロード: 140
更新 2012/1/6

ライセンスの表示

Generates all possible permutations using the inbuilt perms function and uses a siphon to distinguish which ones are the same.

引用

David Holdaway (2024). Permsnonindentical (https://www.mathworks.com/matlabcentral/fileexchange/34190-permsnonindentical), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersElementary Math についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Modified loop so it didn't break for vectors of the form [a,b,b,b,b...]

1.0.0.0