Unit #8 Homework Problem
Course Outline HW & Programming Assignments
 8hw2

  Using MATLAB generate a table with the conversions from Fahrenheit degrees to Kelvin degrees. The table must start with 32 degrees F and continue to 212 degrees F. The user should be prompted to give the increments between lines in degrees F. The conversion formula is:

TK = 5 ( TF - 32 ) / 9 + 273.15

Give a table heading and column headings.