How can I create a script that calculates this combinatorial?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

0 commentaires
Réponses (1)
Vladimir Sovkov
le 23 Août 2020
C=nchoosek(n,r)
2 commentaires
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 Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
