Stuart’s MATLAB Videos

Watch and Learn

Posts 71 - 78 of 78

Results for: 2008

MATLAB Basics: Nested functions 18

In a previous video we covered functions in MATLAB. This week we will be covering nested subfunctions. This style of subfunction allows you to share the workspace of the calling function without… read more >>

Practical Example: Adding callbacks to a plot 14

This eleven minute video shows how you can make plots on two axes such that when one point of a pair is clicked, they both are highlighted. In this video you will see: LINE used instead of… read more >>

Practical Example: Generating points inside a polygon 3

Notice the link at the bottom for a one minute survey that can get you into a drawing for a MATLAB t-shirt! This ten minute video shows how to modify the help example for INPOLYGON to generate a… read more >>

Cool Feature: Video processing demos 24

Thank you to everyone that answered the survey from my last post. I will be processing the results and reporting in my next post.
Changes are already being planned based on the results.
This three… read more >>

Advanced MATLAB: Capturing data from an instrument

In an earlier post, I covered how to collect data from a data acquisition board. This post will do something similar for an oscilloscope. This time instead of using the Data Acquisition Toolbox we… read more >>

Advanced MATLAB: Varargin and Nargin- variable inputs to a function 6

Most MATLAB functions are overloaded. That means that there are several ways to call them and that MATLAB will “Do The Right Thing” based on the number and types of inputs. As a simple… read more >>

File Promo: Hexxagon

I normally tend to the more serious side when making Picks of the Week and shy away from the games that are made with MATLAB. However, this week I was compelled to choose a game. It is a great… read more >>

MATLAB Basics: ‘Switch case’ vs. ‘If elseif’ 15

This three minute video takes a look at the “Switch case” flow control statement and contrasts it with the more familiar “If elseif” flow control statement. Often times,… read more >>

Posts 71 - 78 of 78