Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to these permutations?

2 次查看(过去 30 天)
S. David
S. David 2012-5-27
关闭: MATLAB Answer Bot 2021-8-20
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 个评论
S. David
S. David 2012-5-28
I did not know it is built-in in MATLAB. Thanks

回答(1 个)

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

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by