Question: Use Matlab and show your full codes Create a user function to convert degrees F to degrees C Name the function: F to C 1
Create a user function to convert degrees F to degrees C Name the function: F to C 1 input argument: degrees_F 1 output argument: degrees_C Use formula: C= 5 *(F-32)9; Save as: F to C.m Try using the function in the command window. Then create a script & ask the user for temperature in degrees. Use your function F to C. Have your script display the resulting a sentence using the fprintf command (show 2 places after decimal point)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
