Doug's MATLAB Video Tutorials

January 3rd, 2013

Visualizing random walk data (2/3)

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 discussed earlier.

2 Responses to “Visualizing random walk data (2/3)”

  1. naor replied on :

    That was an interesting video Doug, thanks. I didn’t know about these subplot options, even though I’ve been using subplot for a long time. Is there a chance you will make a video dedicated to subplot?

  2. Alex replied on :

    Thanks for the video. I enjoyed your clear explanations of subplot features, and I expect I’ll be using them in the near future.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks

Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

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