All Permutations of integers with sum criteria

버전 1.5.01.0 (2.69 KB) 작성자: Bruno Luong
All Pernutations of integers with sum criteria
다운로드 수: 4.5K
업데이트 날짜: 2020/8/1

라이선스 보기

This function provides all combinations of integer vector that must verify a criteria on the sum.

Supported criteria is
sum(v) == L1
sum(v) <= L1
sum(v) < L1

인용 양식

Bruno Luong (2024). All Permutations of integers with sum criteria (https://www.mathworks.com/matlabcentral/fileexchange/17818-all-permutations-of-integers-with-sum-criteria), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Polynomials에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.5.01.0

Fix BUG for AllVL1(1,1) that returns incorrect result

1.5.0.0

+ non-recursive engine

1.2.0.0

Correct a bug when the number of solutions is inquired

1.1.0.0

Possibility to get the number of permutations to check feasibility

1.0.0.0

Add H1 line as suggested by John D'Errico