Please answer this using MATLAB (Not c or c++) and make sure to provide proper commenting:
a. Write a function that writes a series of random Fahrenheit temperatures and their corresponding Celsius temperatures to a tab-delimited le.
Use 32 to 212 as your temperature range.
From the user, obtain the following:
1) The number of temperatures to randomly generate.
2) The name of the output file.
b. Write a function that reads a file produced by part (a). Focusing only on the Celsius temperatures in the le, calculate and display to screen the following:
1) Mean or Average
2) Minimum
3) Maximum