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?

 Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 12 Sep. 2011

0 Stimmen

It's like?
out = nchoosek(1:4,2)

Weitere Antworten (0)

Kategorien

Mehr zu Discrete Math finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by