Problem 2949. Combination logic
Create an algorithm in MATLAB that calculate the combination for the given positive integers n and k as inputs. When k > n, the result is 0. The formula of the combination, for n >= k, can be seen below:
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers65
Suggested Problems
-
Return the largest number that is adjacent to a zero
5507 Solvers
-
2263 Solvers
-
Back to basics 21 - Matrix replicating
1779 Solvers
-
Flip the main diagonal of a matrix
897 Solvers
-
Element by element multiplication of two vectors
393 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!