bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

MATLAB tutorial about Any and All

This short video shows an example of finding out if all or any of the values of a matrix are true in MATLAB. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded = false;}(function… read more >>

Why do I use the MATLAB language? 12

You and I are both here because we use MATLAB. I use MATLAB a lot, and odds are pretty good you do to. I went to some fancy-pants engineering schools, but I am pretty sure I am not an… read more >>

Code review: finding the closest point on a surface

This video shows the implementation of the plan for how to find the closest point on a surface to a given point. This is a numerical approximation that avoids the inevitable complexities of solving… read more >>

Set up: Finding closest point on a surface 4

This video sets up the plan for how to find the closest point on a surface to a given point. This is a numerical approximation that avoids the inevitable complexities of solving the problem exactly… read more >>