permnsub(V,N, IX)

Subset of all permutations with repetition
675 téléchargements
Mise à jour 20 mai 2015

Afficher la licence

!! 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

Citation pour cette source

Jos (10584) (2026). permnsub(V,N, IX) (https://fr.mathworks.com/matlabcentral/fileexchange/41206-permnsub-v-n-ix), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Tables dans Help Center et MATLAB Answers
Remerciements

Inspiré par : permn

Version Publié le Notes de version
9.9.0.0

obsolete. Use PERMN

2.0.1.0

included correct file

2.0.0.0

renamed submission, extended help section

1.1.0.0

1.1 - implemented suggestion of Jan; output is now always a row vector

1.0.0.0