n permute k

Version 1.1.0.0 (2.36 KB) by Eydrian
Based on Matt Fig's npermutek this function returns all possible permutations of most matlab classes
938 Downloads
Updated 28 Feb 2013

View License

Permutation of elements with replacement/repetition. MAT = npermutek(N,K) returns all possible samplings of length K from vector N of type: ordered sample with replacement. MAT has size (numel(N)^K)-by-K, where K must be a scalar. [MAT, IDX] = npermutek(N,K) also returns IDX such that MAT = N(IDX).
N may be of any numeric class, char, cell, struct, or even obj.

Cite As

Eydrian (2024). n permute k (https://www.mathworks.com/matlabcentral/fileexchange/40546-n-permute-k), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Elementary Math in Help Center and MATLAB Answers
Acknowledgements

Inspired by: N_PERMUTE_K

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Changed description
Cell example was wrong

1.0.0.0