bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Subplot vs axes 4

Subplot is a convenience function that wraps around the lower level axes function. It simplifies the layout process. As a higher level function, it does some bookkeeping for you. This debugging… read more >>

MATLAB contest: sneak peak

There are two big events coming up that I want to share with you: MathWorks Virtual Career Fair on Thursday November 11th. This is an opportunity to talk directly with Engineers and Hiring… read more >>

Making a matrix in a loop in MATLAB 69

A for loop is used to construct a simple matrix with an underlying pattern. Pre-allocation is addressed in the second half of the video. if (typeof(playerLoaded) === ‘undefined’) {var… read more >>