Stuart’s MATLAB Videos

Watch and Learn

Posts 1 - 10 of 208

結果: Level: Basic

Displaying the Progress of a Long Running MATLAB Script, Part 1: fprintf 3

I have a number of scripts that take several hours to run and I like be able to track their progress. I use a few techniques to do this, including this first example, which just uses fprintf…. 続きを読む >>

Signoff 15

After 14 awesome years at MathWorks, I am changing careers. It has been great working and learning with all of you. If you are new to this blog, go back and watch my other videos, they are still as… 続きを読む >>

Visualizing retention data over time in MATLAB

I have some data showing how many people come into and leave a group over time. I wanted to see the retention of members from one month to the next. Using area plots I was able to make a… 続きを読む >>

Visualizing a Simple Saddle Point Algorithm in MATLAB 2

There are lots of places in optimization and game theory where you would want to identify a saddle point on a two-dimensional surface. In this example we find and visualize the saddle point of a… 続きを読む >>

Editing an Existing Figure File in MATLAB 7

The best way to modify a MATLAB figure is to just modify the code that generated it. I prefer this because it is better to be able to regenerate a figure from code if you want to keep modifying it… 続きを読む >>

Selectively Changing an Image in MATLAB with Logical Indexing 1

A MATLAB user on MATLAB Answers wanted to know how to change all the pixels in an image that were below a certain threshold. The answer was correct, but very terse. I wanted to expand upon the… 続きを読む >>

MATLAB: In an assignment A(I) = B, the number of elements in B and I must be the same. 9

The very common MATLAB error: “In an assignment A(I) = B, the number of elements in B and I must be the same.” occurs when one side of an assignment has a dfferent dimension than the… 続きを読む >>

Rotate Axes Labels in MATLAB

The new release of MATLAB R2014b brings a new graphics engine. This allows for some new capabilities such as rotating tick labels and using dot notation in referencing graphics properties. These… 続きを読む >>

Reading parameters from a file in MATLAB 1

In last week’s post, I showed how to generate code in MATLAB to automatically read in a file. In this video I show how to make a simple wrapper function around code generated in that way. … 続きを読む >>

Easy custom Excel import to MATLAB 2

I recently was asked how to import from Excel but only bring in a certain part of the file. You might want to do this if you have headers or just want a small part of the spreadsheet to come into… 続きを読む >>

Posts 1 - 10 of 208