permnsub(V,N, IX)

버전 9.9.0.0 (2.99 KB) 작성자: Jos (10584)
Subset of all permutations with repetition
다운로드 수: 674
업데이트 날짜: 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