Azzera filtri
Azzera filtri

ordering a list of number?

2 visualizzazioni (ultimi 30 giorni)
kevin
kevin il 2 Apr 2012
let say i have 6 different number(J) 1,2,3,4,5,6, how can i use matlab to arrange all possible oder? eg 2,1,3,4,5,6 . 1,2,4,3,5,6 etc?

Risposta accettata

Thomas
Thomas il 2 Apr 2012
doc perms
Gives all the permutations of the vector
c=[1,2,3,4,5,6]
perms(c)
  1 Commento
Jisha
Jisha il 2 Apr 2012
Thanks , i was looking for this as well..

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by