Stuart’s MATLAB Videos

Watch and Learn

Posts 461 - 470 of 549

Jiro’s live seminar, part 5 of 9: Recap and Design of Experiments (DOE) 1

There is nothing like seeing an expert MATLAB user in action to learn plenty of tips and tricks about using MATLAB. Not everyone can get to one of our free live seminars, so Jiro and I made this… read more >>

Jiro’s live seminar, part 4 of 9: Automating plots with code generation

There is nothing like seeing an expert MATLAB user in action to learn plenty of tips and tricks about using MATLAB. Not everyone can get to one of our free live seminars, so Jiro and I made this… read more >>

Jiro’s live seminar, part 3 of 9: Plot tools for customizing plots 1

There is nothing like seeing an expert MATLAB user in action to learn plenty of tip and tricks about using MATLAB. Not everyone can get to one of our free live seminars, so Jiro and I made this… read more >>

Jiro’s live seminar, part 2 of 9: Importing from Excel and the MATLAB desktop 1

There is nothing like seeing an expert MATLAB user in action to learn plenty of tip and tricks about using MATLAB. Not everyone can get to one of our free live seminars, so Jiro and I made this… read more >>

Jiro’s live seminar, part 1 of 9 Overview of problem and results 11

There is nothing like seeing an expert MATLAB user in action to learn plenty of tip and tricks about using MATLAB. Not everyone can get to one of our free live seminars, so Jiro and I made this… read more >>

MATLAB Basics: Adding a toolbar to a GUI 17

People often make their own GUIs in GUIDE and they have a data visualization. When you embed an axis in your own GUI rather than using a figure window, you lose the built in toolbar that has zoom,… read more >>

Puzzler: Overlapping rectangles 34

Today’s challenge is one where you need to figure out if two rectangles have a non-zero area of overlap.
The rectangles will be specified as follows:

Just fill in your part of the code until… 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 >>

MATLAB Basics: Interpolating data with interp1 1

This short video shows how you can take a sparsely sampled sine wave and use interp1 to interpolate the missing data points. Different interpolations such as linear, spline and nearest are all shown…. read more >>

Posts 461 - 470 of 549

These postings are the author's and don't necessarily represent the opinions of MathWorks.