Stuart’s MATLAB Videos

Watch and Learn

Results for: Topic: Excel

Easy custom Excel import to MATLAB 2

I recently was asked how to import from Excel but only bring in a certain part of the file. You might want to do this if you have headers or just want a small part of the spreadsheet to come into… read more >>

MATLAB Tutorial, processing an Excel file in MATLAB 28

It is very common to read through all the values in an Excel spreadsheet to process them in MATLAB. Here is a simple example of importing Excel in MATLAB and looping through the values. if… read more >>

Building a GUI to read, modify and write an Excel file. 4/4 20

This is the fourth in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to… read more >>

Building a GUI to read, modify and write an Excel file. 3/4 1

This is the third in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show… read more >>

Building a GUI to read, modify and write an Excel file. 2/4 1

This is the second in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to… read more >>

Building a GUI to read, modify and write an Excel file. 1/4 2

This is the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show… read more >>

Importing Excel data and fitting a curve to it 1

I recently got an e-mail from a MATLAB user that had a large dataset in Excel. They wanted to import the data and “take the average of the graph”. It turns out that meant fitting a… read more >>

MATLAB Basics: Getting started from Excel 9

This is one of a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use the import wizard to bring in files, and then use the plot tools to… read more >>

Video series: Expanding the GUI to do calculations on the data from Excel 11

Last month we covered a lot of ground in making a GUI that would read and display Excel data. Since those videos were originally posted, I have gotten quite a few requests to expand the GUI to do… read more >>

Video series: Reading Excel data into MATLAB with a GUI 104

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 was a fairly standard file format, just columns of data. It… read more >>