Question: 4. (3 points) Write a MATLAB program (a2q4.m) to convert temperature in Fahrenheit to Celsius. The formula is Te = (Tp 32) where Tf is

4. (3 points) Write a MATLAB program (a2q4.m) to convert temperature in Fahrenheit to Celsius. The formula is Te = (Tp 32) where Tf is temperature in degrees Fahrenheit (F) and Tc is degrees Celsius (C). Your program should do the follow: Use MATLAB's input command to prompt the user to enter a value in degrees Fahrenheit. The prompt is Enter a value in degrees Fahrenheit: Convert the entered temperature to degrees Celsius Display the converted value in the command window: The value in degrees Celsius is: where x is the value in degrees Celsius. This value is calculated based on the user input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
