bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 551 - 560 of 573

Cool feature: Run configurations 3

This cool feature will be useful to many MATLAB users that write functions and want an easy way to test them in multiple configurations. I like to hit F5 to save and run a script, but in the past… 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 >>

MATLAB Basics video: UIGETFILE for selecting a file in a script, function or GUI 11

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use UIGETFILE to make it easier to select a file from a script, function or… read more >>

MATLAB Basics video: Colormaps 2

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 built-in colormaps, edit them and apply them to your figures. if… read more >>

MATLAB Basics video: Interleaving data based on unique identifier 1

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to take data from different matrices and merge it into one bigger matrix based… read more >>

MATLAB Basics video: Concatenating vectors

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to concatenate vectors or matrices, even if they are different lengths. This… read more >>

MATLAB Basics video: Solving linear equations 1

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to convert two equations into matrix form and then solve them in MATLAB. This… read more >>

MATLAB Basics video: Sorting matrices 12

This video covers how to sort a matrix, either sorting each column independently or sorting such that the original rows stay together. Most new users are able to find the SORT command without much… read more >>

MATLAB Basics video: Absolute and Logical indexing 3

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use row and column notation to be able to pull a subset of data from a… read more >>

MATLAB Basics video: Row and Column indexing 3

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use row and column notation to be able to pull a subset of data from a… read more >>

Posts 551 - 560 of 573

These postings are the author's and don't necessarily represent the opinions of MathWorks.