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

 

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!