bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 261 - 270 of 467

Results for: Format: Video

Naive vs Complex solutions

This video is more philosophical than about MATLAB syntax. When trying to understand the cycles that occur in the output of a pseudo random number generator, I first approached the problem in… read more >>

Using the MATLAB profiler to speed your code

This next video shows how to think about the results from the profiler to speed up your MATLAB code. We do not spend much time on the actual optimization, but more on finding bottlenecks and… read more >>

Debugging in MATLAB 2

This video is about how to debug in MATLAB. This video shows an error that occurs only now and then when using random inputs. A technique for capturing the random inputs, using dBSTOP IF ERROR, the… read more >>

Cryptography in MATLAB: Code review 1

This video assumes you have watched this video that outlines a simple encryption algorithm. The video shows a quick code review of my algorithm. Warning: this video is part of a longer series, I… read more >>

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

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

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

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

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

Highlighting solutions to Project Euler problems 001-005 4

I’ve been excited by the great response to the Project Euler problems that I’ve posted on Cody. This video takes a look at my favorite submission for each of the first five problems. Take a look… read more >>

Posts 261 - 270 of 467