bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 501 - 510 of 568

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 =… read more >>

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… read more >>

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… read more >>

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… read more >>

Puzzler: Coin game 12

This is a simplified version of the first problem I ever attempted to solve in MATLAB. For my original problem, I was trying to figure out the probability of being on any square in the board game… read more >>

Wrap up on Puzzler: Removing columns and rows from binary matrices

The first puzzler [click here] was a big success with 33 comments added as I write this today. I wanted to go over some highlights from the comments and code that people put out there for… read more >>

MATLAB Puzzler: Removing columns and rows from binary matrices 35

I am trying something new this week: the MATLAB Puzzler. Rather than just work one of the Practical Examples directly, I am doing it in two parts. The first I will pose the MATLAB puzzler and say… read more >>

Practical Example: Placing a sampling grid in a polygon part two 1

This is the second video in this series, it shows you how to run a very simplistic optimization. For a simple problem like this one, the algorithm is more than sufficient to find a correct answer to… read more >>

Practical Example: Placing a sampling grid in a polygon 4

A while back, I posted a video about how to place points randomly inside of an arbitrary polygon. [Click here] This video prompted a question about how to place points in a more systematic manner. If… read more >>

Advanced MATLAB: Subplots 15

The distinction between MATLAB Basics and Advanced MATLAB is a somewhat arbitrary distinction. The heuristic I use is “If I knew it before I came to The MathWorks, it is basic.” It is as… read more >>

Posts 501 - 510 of 568

These postings are the author's and don't necessarily represent the opinions of MathWorks.