Combin2Rank

Calculates the rank (sequential ordinal) of nCk combinations
609 Downloads
Aktualisiert 19 Jan 2009

Lizenz anzeigen

Example:

Combs=nchoosek(1:5,3)
Combs =
1 2 3
1 2 4
1 2 5
1 3 4
1 3 5
1 4 5
2 3 4
2 3 5
2 4 5
3 4 5
Combin2Rank(5,3,Combs)
ans =
1
2
3
4
5
6
7
8
9
10

ref: A Numbering System for Combinations, Gary D. Knott, Communications of the ACM, Jan. 1974, v.17, n.1

Zitieren als

Paulo Fonte (2024). Combin2Rank (https://www.mathworks.com/matlabcentral/fileexchange/22717-combin2rank), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2008a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Small programming tweaks.

1.0.0.0