permnsub(V,N, IX)

版本 9.9.0.0 (3.0 KB) 作者: Jos (10584)
Subset of all permutations with repetition
674.0 次下载
更新时间 2015/5/20

查看许可证

!! 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
类别
Help CenterMATLAB Answers 中查找有关 Tables 的更多信息
致谢

参考作品: permn

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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