Stuart’s MATLAB Videos

Watch and Learn

Posts 371 - 380 of 549

Basics: Dialogapalooza- a look at many predefined dialogs 2

Very often MATLAB user will write in and we figure out that they are trying to reinvent a dialog that already exists. I quickly go through and show the most useful dialogs in MATLAB. if… read more >>

Basics: Refactoring a switchyard into a formula 3

This short video shows how a switchyard of if/elseif statements was converted to a simple formula. Testing of this refactoring was also done. if (typeof(playerLoaded) === ‘undefined’) {var… read more >>

Basics: Finding a subset of a matrix 13

Imagine you have a matrix, and you want to make a subset of that matrix that has only the rows that have a 2 in the first column. This is how you would do… read more >>

Advanced: Loading, filtering and displaying geographic data with the Mapping Toolbox.

This short video uses the Mapping Toolbox to load in the state boundaries in a given area and display them on a special map axis. Random points are also generated and filtered based on their… read more >>

Advanced: Making a sweeping slice through volume of data. 7

A MATLAB user recently asked how we could make a visualization similar to this one. I was a little surprised that we were able to do the visualization, with interactivity in less that 15… read more >>

Basics: Volume visualization: 9/9 Unifying example 8

This short video is the final of a series of nine that talks about volume visualization. Patrick gave this talk internally to help technical support engineers understand capabilities of MATLAB for… read more >>

Basics: Volume visualization: 8/9 Displays and explains streamtubes and streamribbons 6

This short video is the eigth of a series of nine that talks about volume visualization. Patrick gave this talk internally to help technical support engineers understand capabilities of MATLAB for… read more >>

Basics: Volume visualization: 7/9 Displays and explains streamplot and streamslice

This short video is the seventh of a series of nine that talks about volume visualization. Patrick gave this talk internally to help technical support engineers understand capabilities of MATLAB for… read more >>

Basics: Volume visualization: 6/9 Displays quiver3 and coneplot 6

This short video is the sixth of a series of nine that talks about volume visualization. Patrick gave this talk internally to help technical support engineers understand capabilities of MATLAB for… read more >>

Basics: Volume visualization: 5/9 Making a 3-d plot ‘pretty’ with lighting, shading, interpolation, etc… 4

This short video is the fifth of a series of nine that talks about volume visualization. Patrick gave this talk internally to help technical support engineers understand capabilities of MATLAB for… read more >>

Posts 371 - 380 of 549

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