Video and Webinar Series

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.

Part 1 It was pretty easy to read in the data with XLSREAD.

Part 2 Once this was done, it was time to turn that script into a function so that it could be reused easily.

Part 3 Finally, the function needed a GUI to make it easy to view any piece of data from the file.

Part 4 This video shows how I was able to add analysis capabilities to the GUI.