How can I create a script that calculates this combinatorial?

1 visualización (últimos 30 días)
Carlos Siles Rivero
Carlos Siles Rivero el 23 de Ag. de 2020
Comentada: Vladimir Sovkov el 24 de Ag. de 2020

Respuestas (1)

Vladimir Sovkov
Vladimir Sovkov el 23 de Ag. de 2020
C=nchoosek(n,r)
  2 comentarios
Carlos Siles Rivero
Carlos Siles Rivero el 23 de Ag. de 2020
I managed to solve it with a "for", I hope I can help someone
Vladimir Sovkov
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?

Iniciar sesión para comentar.

Categorías

Más información sobre Programming 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!

Translated by