How can I create a script that calculates this combinatorial?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/350213/image.jpeg)
0 comentarios
Respuestas (1)
Vladimir Sovkov
el 23 de Ag. de 2020
C=nchoosek(n,r)
2 comentarios
Vladimir Sovkov
el 24 de Ag. de 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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/350570/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/350573/image.png)
Ver también
Categorías
Más información sobre Elementary Math en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!