combination problem

10 views (last 30 days)
Mohammad Golam Kibria
Mohammad Golam Kibria on 12 Sep 2011
Hi suppose I have some values 1 2 3 4.
I want to find all possible combination of these four, taking only two distinct element at a time and store it in a matrix. Is there any one to help me?

Accepted Answer

Andrei Bobrov
Andrei Bobrov on 12 Sep 2011
It's like?
out = nchoosek(1:4,2)

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!