Reading Excel Data into MATLAB with a GUI
I had a chance to work with a MATLAB user that was interested in bringing her Excel data into MATLAB and plotting different variables. This is a series of videos showing how to do that with a GUI.
This video shows how I was able to add analysis capabilities to the GUI.
Finally, the function needed a GUI to make it easy to view any piece of data from the file.
It was pretty easy to read in the data with XLSREAD.
Once this was done, it was time to turn that script into a function so that it could be reused easily.