Stuart’s MATLAB Videos

Watch and Learn

Posts 21 - 30 of 37

Results for: 2012

Schneier’s solitaire cipher

I have liked cryptography since I was sending Caesar cipher messages to my fellow 6th graders. The essence of that was to ‘add’ a value to each letter of your message. With Caesar, it… read more >>

Learning MATLAB 1

I commonly am asked how to learn MATLAB. Here are common questions and answers. What MATLAB books or MATLAB tutorials should I use? I am, of course biased on this. I think this blog is a… read more >>

How to label a series of points on a plot in MATLAB. 1

This video shows how to put an individual text label on each of a series of points. This video also shows a simple technique for understanding lines of code where there are many functions… read more >>

MATLAB training through Cody

Cody is one of my favorite ways of learning MATLAB. I have recently created a problem in Cody where you are to solve addition problems of this puzzle style: W A I T + A L L … read more >>

Choosing a visualization in MATLAB

Knowing what visualizations of your data are useful is half the challenge. We recently added a plot type gallery to our website. It allows you to see many different MATLAB graphics at once. Find… read more >>

Using convolution to smooth data with a moving average in MATLAB 5

I teach the introduction to MATLAB classes for all new hires in the Technical Support group at MathWorks. One of the attendees wanted to know how to do a moving average in MATLAB. This can be… read more >>

Cody problems and programming contest preview?

The MATLAB programming contest team has released six Cody problems today. These should be interesting in their own right, but those of you that want a head start on the programming contest that… read more >>

MATLAB Tutorial, processing an Excel file in MATLAB 28

It is very common to read through all the values in an Excel spreadsheet to process them in MATLAB. Here is a simple example of importing Excel in MATLAB and looping through the values. if… read more >>

Regression in MATLAB

There are three new functions for regression in the 2012a release of MATLAB. I am not an expert in this area, but Richard is. Enjoy his video about these capabilities. if… read more >>

MATLAB 2012a: Face detection 8

The new release of MATLAB is here! I was looking through it, and one thing that caught my eye the most was some face detection algorithms have been added. This is great because I get questions… read more >>

Posts 21 - 30 of 37