bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 551 - 560 of 568

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 >>

MATLAB Basics video: Storing data in a matrix from a loop 58

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 >>

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 >>

Use case: Visualizing three images 5

Here is a question from the front lines of technical support at the MathWorks. This MATLAB user had three images that they wanted to view at once so they could compare them to one another. The… read more >>

Algorithm development video 6

Here at the MathWorks, one of our Core Values is Continuous Improvement. Part of that is about being process oriented- “Clock building is better than time telling.” Following that Core… read more >>

Cleaner code in MATLAB part two 2

This second video in the cleaner code series talks about magic numbers, and how to avoid them. It also covers naming conventions for function names and binary variables. Use of subfunctions is also… read more >>

Posts 551 - 560 of 568

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