Least Squares Fit. Create a GUI that can read an input data set from a file
and perform a least-squares fit to the data. The data will be stored in a disk
file in \((x, y)\) format, with one \(x\) and one \(y\) value per line. Perform the
least-squares fit with the MATLAB function polyfit, and plot both the original
data and the least-squares fitted line. Include two menus: File and Edit. The
File menu should include File/Open and File/Exit menu items, and the user
should receive an "Are You Sure?" prompt before exiting. The Edit menu item
should allow the user to customize the display, including line style, line
color, and grid status.