Combin2Rank

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

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

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

Small programming tweaks.

1.0.0.0