How can I create a script that calculates this combinatorial?
1 view (last 30 days)
Show older comments
0 Comments
Answers (1)
Vladimir Sovkov
on 23 Aug 2020
C=nchoosek(n,r)
2 Comments
Vladimir Sovkov
on 24 Aug 2020
Here you compute but not the binomial coefficient . Is this what you really want? Otherwise, what stops you from using the inbuilt function nchoosek, which is much more efficient than any loop construction can be?
See Also
Categories
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!