bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Cody for learning MATLAB 5

Cody is a newly released feature of MATLAB Central. It allows you to hone your MATLAB skills by solving short MATLAB code challenges, live on the web. You will get instant feedback about your… read more >>

Understanding the display method for a cell 3

A MATLAB user wanted to get rid of the quote marks from a string in a cell array. This was not needed because they only appeared there due to the display method for a cell. if (typeof(playerLoaded)… read more >>

How to do a matrix reshape by ‘blocks’ 6

This week’s video covers a non-standard way of reshaping a matrix. Instead of using the reshape function, this kind of matrix manipulation must be done with for loops. This matrix reshape… read more >>