Every combination of elements
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Dimitri
il 22 Lug 2019
Risposto: Fangjun Jiang
il 22 Lug 2019
Hello,
I need to create every combination of the elements in a vector. For example I have the vector a=[2,3,1]. I need to split this vector into (1,2), (1,3), (2,3). Or if I have [1,2,3,4] I need to get (1,2) (1,3) (1,4) (2,3) (2,4) and (3,4). Is there a command for this kind of problem?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!