Project Summary: Final MALAB Assignment We have done a lot with MATLAB this semester, but this assignment should highlight what we expect you to be able to do upon completion of the course. Please review Matlab assignment #3 which we plotted data in Excel. You will also need a new command to fit the data which is named ‘polyfit’, and ‘text’ and ‘fprintf’ to display text on plots and write to the workspace. Project Description: You will write a script that reads in x,y data pairs (any file size), and plots the data for the user with appropriate axis. The max and min values on the x and y values are to be displayed to the user, and the user is asked to indicate the range of data to keep from the set, by indicating the min and max value of the x values to keep. Your program then plots the revised data set with appropriate axis. You script then finds a linear fit through the reduced data set and displays the line for the fit on the same plot as the data with the equation for the line indicated. This is actually the first MATLAB program in ECPE 41L, so hold on to it, as you