Stuart’s MATLAB Videos

Watch and Learn

Posts 21 - 30 of 67

結果: Level: Advanced

MATLABdo: The Way of MATLAB 5

I work in technical support, so very often I get strange requests. Really strange. My first question is “Why do you want to do that?” The reason I ask this is very often new… 続きを読む >>

MATLAB Optimize an algorithm that the profiler can not help

I very much advocate “No premature optimization” because until the code is running and pushed through the profiler, it is difficult to know where the bottlenecks of speed are. In this… 続きを読む >>

MATLAB Controlling color saturation points on an image 3

In this MATLAB video we show how you can manipulate the clim property of an axis to determine the points that an image will saturate the colormap. This is often a better choice than making a strange… 続きを読む >>

Code review: finding the closest point on a surface

This video shows the implementation of the plan for how to find the closest point on a surface to a given point. This is a numerical approximation that avoids the inevitable complexities of solving… 続きを読む >>

Advanced: Getting an output from a GUIDE GUI 11

I had a well formed question from an advanced MATLAB user recently. He wanted to have an output come back from a GUI. There is an example of this with the modal dialog example in GUIDE. However, it… 続きを読む >>

Advanced: Speeding up an enumerated string search in a data mining application 3

This week, I am going to cover a technique that I used to speed up a data mining application that had a search through enumerated strings looking for all the matches. Using this technique of… 続きを読む >>

Advanced: making a 2d or 3d histogram to visualize data density 41

This short video makes a 2d histogram as an alternative to plotting data points and visually estimating where the most data is. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded =… 続きを読む >>

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… 続きを読む >>

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… 続きを読む >>

Contest: Flood wrap-up

Here is the wrap up of the MATLAB programming contest that we just ran. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded = false;}(function isVideojsDefined() {if (typeof(videojs) !==… 続きを読む >>

Posts 21 - 30 of 67