bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Associating x and y with a surface

This video shows you how to associate a specific x and y scaling to a surface. Very often people will just use the Z matrix (the height of the surface) not knowing you have more control than… 더 읽어보기 >>

Proudly launching MATLAB Answers 16

I am very happy to announce the launch of a new MathWorks service on MATLAB Central: MATLAB Answers. What does it do? MATLAB Answers is designed to provide Quick, correct answers to well formed… 더 읽어보기 >>

How to add to a cell array in MATLAB 2

This MATLAB user needed to add another row to a cell array so they could populate the data in a uitable. Uitable requires that all the cells in a given column are of the same type. This video shows… 더 읽어보기 >>

Making test data in MATLAB 4

Many times when trying to test an algorithm or understand code written by someone else, it is beneficial to run the code with data you understand already. For that purpose, I have several standard… 더 읽어보기 >>