bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Top five productivity practices in MATLAB 6

I teach the “MATLAB 101” course for all of our new technical support engineers at MathWorks. When I come to their computers, I become aware of little tweaks I have made to my working… 더 읽어보기 >>

Using logical indexing to plot points meeting a specific criteria only.

If you have a vector of coordinate for a set of points, you might want to differentiate those points. To do that a concept called logical indexing will help you pull out a subset of those points… 더 읽어보기 >>

Using image to view data instead of surf and view(2). 2

This video outlines a common error made with MATLAB, and how to avoid it. Often people will use the programming pattern of: surf(Z); view(2) This really does something very similar… 더 읽어보기 >>