bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 201 - 208 of 208

Results for: Level: Basic

MATLAB Basics video: Interleaving data based on unique identifier

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

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

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

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

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: Storing data in a matrix from a loop

I was recently answering a question that came in from a MATLAB user on this blog. In the end, the question was really one where he was doing a calculation and storing the result in scalar Y. When he… read more >>

Automatically generated reports from MATLAB

This week’s video is covering a relatively new feature of the editor: cell mode. Specifically, I am demonstrating the publication of reports from your code. If you ever need to create… read more >>

Posts 201 - 208 of 208