Write a MATLAB function called factorial_calc(n) that takes a positive integer n as input and calculates the factorial of n. The factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. For example, 5! is calculated as 5 * 4 * 3 * 2 * 1 and equals 120.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers25
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6682 Solvers
-
539 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
397 Solvers
-
522 Solvers
-
105 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
great problem