Question: each problem has properly formatted comments and includes clc and clear at the beginning Create a m file (script file) to convert a temperature given

Create a m file (script file) to convert a temperature given in Kelvin to Fahrenheit. [Reminder, you can use the flowchart you created for homework / to help create this script, as it is similar. Ask the user to input the temperature in Kelvin using the input function Update and use the following conversion equations TCC) = T(F) - 32] T(K) = T(C) + 273.15 Display "X.X K converts to X.X F." in the command window using the fprintf command. Problem 2 (15 points): MATLAB script-2 Create a.m file (script file) to calculate the area of a triangle Ask the user to input 2 variables using the input functions o Ask for the height of the triangle o Ask for the base of the triangle Calculate the area of the triangle using the given base and height. Display "The area of a triangle with height X and base Y is Z" in the command window using the fprintf command
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
