How can I create a script that calculates this combinatorial?
Afficher commentaires plus anciens
Réponses (1)
Vladimir Sovkov
le 23 Août 2020
C=nchoosek(n,r)
2 commentaires
Carlos Siles Rivero
le 23 Août 2020
Vladimir Sovkov
le 24 Août 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?
but not the binomial coefficient Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

