bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Setting reverse and log properties for an axis

This MATLAB video tutorial shows you how to reverse the direction of an aixs or to change an axis to log scale. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded = false;}(function… read more >>

MATLABdo: The Way of MATLAB 5

I work in technical support, so very often I get strange requests. Really strange. My first question is “Why do you want to do that?” The reason I ask this is very often new… read more >>

MATLAB Optimize an algorithm that the profiler can not help

I very much advocate “No premature optimization” because until the code is running and pushed through the profiler, it is difficult to know where the bottlenecks of speed are. In this… read more >>