bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 271 - 280 of 568

Introduction to GUI building with GUIDE in MATLAB 11

As we approach video number three hundred on this blog, I thought it was time to remake the original video that got this all started. I still refer people to it on a weekly basis. This shows you… 続きを読む >>

Indexing to make an image in MATLAB 1

I got a quick question today on how to make a diamond appear on an image in MATLAB. This is really an exercise in indexing and for loops in MATLAB. Let’s see how you can make an image in… 続きを読む >>

Example: Speed up MATLAB code by profiling

Sometimes the performance of MATLAB code can depend greatly on the algorithm or the specific functions called. In this example, we show how we use the profiler (and good knowledge of logical… 続きを読む >>

Visualizing random walk data (3/3)

Continuing with the random walk data: We will be bootstrap sampling the prior data to get estimates of what the next series of samples could look like. if (typeof(playerLoaded) === ‘undefined’)… 続きを読む >>

Visualizing random walk data (2/3) 2

This week we do a code review of some random walk data, making a heatmap with adjoining histograms to better understand the distribution of data. It shows the implementation of visualizations… 続きを読む >>

Visualizing random walk data (1/3) 4

In this video we start with some data from a random process. Each piece of data represents a small time period and change in value. Think of it as something like a stock ticker, very noisy with a… 続きを読む >>

Dynamically created colormaps

In the last video we interactively changed the colormap so that there was a clear break between negative, positive and NaN values. In this video, we change the range of data, so the colormap needs… 続きを読む >>

Modifying a colormap interactively

I was doing a visualization and needed to change to a custom colormap to get a better understanding of the data. This video shows how to interactively modify a colormap such that NaN values take on… 続きを読む >>

Review of changes made to a file reader

The changes that were suggested last week have been implemented. This shows how some small changes can really improve your code, making it more maintainable and expandable. It is good to be able to… 続きを読む >>

Code review of a file reader: suggestion of changes

A close friend of mine is just learning MATLAB. She needs to process a bunch of text files, and was able to write some code that will accomplish that. She came to me looking to bring her code to… 続きを読む >>

Posts 271 - 280 of 568

これらの投稿は著者に属するものであり、必ずしも MathWorks の見解を示すものではありません。