Question: 15. Write a matlab function my fact (n) which takes an integer input n, and returns its factorial. Write the code in such way

15. Write a matlab function my fact (n) which takes an integer input n, and returns its factorial. Write the code in such way that this program will include checks for possible errors in user input. The function will display an error message in the event it detects an error in user input and will return an error code (a signed integer). In the event of no error, it will return an error code of zero.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
