Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to these permutations?

1 visualizzazione (ultimi 30 giorni)
S. David
S. David il 27 Mag 2012
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hello,
Suppose I have a vector of N elements, and I need to find all possible permutations {N \choose n} for n=1,2, ..., N. How can I do that?
Example: Suppose I have the vector [1 2 3], then all possible permutations are: 123 (n=3), 12, 13, 23, (n=2), 1, 2, 3 (n=1)
Thanks
  2 Commenti
Oleg Komarov
Oleg Komarov il 27 Mag 2012
doc nchoosek
S. David
S. David il 28 Mag 2012
I did not know it is built-in in MATLAB. Thanks

Risposte (1)

Junaid
Junaid il 27 Mag 2012
Take a look over this link. This might be useful for you.
  1 Commento
S. David
S. David il 28 Mag 2012
It is not working. I do not know why. I think choosek does the job. Thanks anyway

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by