Stuart’s MATLAB Videos

Watch and Learn

Posts 51 - 60 of 67

Results for: Level: Advanced

Advanced MATLAB: File name processing from directory listing 8

Very often MATLAB users want to be able to process a set of files from a directory. In this video, I show how you can look through a directory seeking files of the form “data###.dat” and… read more >>

Advanced MATLAB: Dynamic field names

We have MATLAB users come into The MathWorks to present their work in MATLAB from time to time. Recently there was an interesting presentation with some really great “Clutter… read more >>

Advanced MATLAB: Class system for OOP in MATLAB introduction 10

This week we will be looking at the MATLAB class system. This video does not cover the “why” of doing OOP (Object Oriented Programming) in MATLAB. It just covers a very simple example… read more >>

Puzzler: Data exploration 16

This is a puzzler without explanation. Brett got it in about five minutes, some of the other folks wandering near my office got it in just under 20.
The data to explore.
Remember to use the… read more >>

Puzzler: Difficult algorithm development challenge 10

This week’s puzzler is significantly harder than others we have done in the past, I would be surprised (and delighted) to see an answer before I go home tonight… The challenge is shown… read more >>

Advanced MATLAB: Capture mouse movement 35

This week we will take a look at how you can capture the mouse movement through callbacks. As the mouse moves, we will update the xdata of a line so that you are moving the line with the mouse. if… read more >>

Advanced MATLAB: Timer objects 44

Sometimes you want something to update in MATLAB on a regular schedule. Timer objects can do that for you. We first introduced this for test and measurement applications, but it has since been moved… 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 >>

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 >>

Advanced MATLAB: Calling Simulink from MATLAB 2

I normally only have two posts a week, but I needed to throw in this extra post to announce a new blog by my buddy Seth. Seth will be discussing Simulink every week. This week, he is discussing batch… read more >>

Posts 51 - 60 of 67