permnsub(V,N, IX)
バージョン 9.9.0.0 (2.99 KB) 作成者:
Jos (10584)
Subset of all permutations with repetition
!! OBSOLETE !!
Its functionality is now implemented in my function PERMN, available on the File Exchange
permnsub - subset of all permutations with repetition
M = permnsub(V,N,IX) returns a subset of all permutations, with
repetition, of N elements, taken from the elements in vector V. M has
the size numel(IX)-by-N. V can be an array of numbers, cells or strings,
and M will be of the same type as V.
Use PERMN instead
引用
Jos (10584) (2024). permnsub(V,N, IX) (https://www.mathworks.com/matlabcentral/fileexchange/41206-permnsub-v-n-ix), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Language Fundamentals > Data Types > Tables >
Help Center および MATLAB Answers で Tables についてさらに検索
タグ
謝辞
ヒントを得たファイル: permn
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!