bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

MATLAB Basics: Using dbstop if error 3

When MATLAB throws an error, if you are in a function, you will end up at the base workspace and lose access to the variables as they were in the function when the error was thrown. This makes it… 更多内容 >>

MATLAB Basics: Array of structures vs Structures of arrays 4

This short video covers the difference between a “structure of arrays” and an “array of structures”. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded =… 更多内容 >>

Advanced MATLAB: Handles and other inputs to GUIDE callbacks 22

There are three inputs to every automatically generated callback from GUIDE: function edit1_Callback(hObject, eventdata, handles) A common question that I am asked is “What is the handles… 更多内容 >>

Widgetpalooza: 12 widgets coded up in a GUI 16

This short video starts with two minutes of trying every widget on the example GUI. Then there is five and a half minutes of showing the callbacks on the widgets. Push button Push button with a… 更多内容 >>

Doug’s Easter Egg, limited time only 9

It took me a lot of work, but I managed to sneak an easter egg into MATLAB 2008a. It helps to know people who approve the final build that owe you a favor (we are even now, William!) No one has… 更多内容 >>