Doug's MATLAB Video Tutorials

April 26th, 2012

Choosing a visualization in MATLAB

Knowing what visualizations of your data are useful is half the challenge. We recently added a plot type gallery to our website. It allows you to see many different MATLAB graphics at once. Find the one that looks like what you want and see a short example of how to do it.

I had collaborated with Flowing Data a while back to add to their flowchart on how to decide which visualization to use. Try them both!

MATLAB flowchart

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.