bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

How to fix common indexing errors with for loops 6

This video shows how to fix common errors in MATLAB when indexing into a vector or matrix in a for loop. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded = false;}(function… 더 읽어보기 >>

MATLAB: Setting custom tick labels 6

This short video shows how to change the tick labels on a plot. You might want to do this for bar plots, or just a regular plot that you want to customize. if (typeof(playerLoaded) ===… 더 읽어보기 >>

Building strings from variables 1

Lots of MATLAB functions want strings as inputs. Very often MATLAB users want to use the value of a variable in that string. This video tutorial shows how to do that. if (typeof(playerLoaded)… 더 읽어보기 >>

Debugging is faster with save and load 10

When you have a bug that occurs in a script of function that takes a long time to run, you can use this technique to get to the bug faster in MATLAB. if (typeof(playerLoaded) === ‘undefined’) {var… 더 읽어보기 >>