Problem 58269. factorial_calc(n)
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
Nguyen
on 6 May 2023
great problem
Solution Comments
Show commentsProblem Recent Solvers24
Suggested Problems
-
11884 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13494 Solvers
-
531 Solvers
-
Calculate the average value of the elements in the array
1638 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!