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

15. Write a matlab function myfact (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 i 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
