Doug’s MATLAB Video Tutorials

December 13th, 2007

Practical Example: Visualizing the density of a data cloud

I was working with a MATLAB user that had a large number of data points in the form of x,y,z triples. He was mostly interested in the density of these data points over the range of the data. At first he tried to just do a scatter plot, but there was too much data to comprehend. Instead, I had him do a few different visualizations using histograms and Sliceomatic (download it here).
Find the files here. Other videos have been gathered here: http://blogs.mathworks.com/pick/category/video/ Practical example videos have been gathered here: http://blogs.mathworks.com/pick/category/practical-example

One Response to “Practical Example: Visualizing the density of a data cloud”

  1. Mike Briggs replied on :

    Very useful! Thanks for telling us about Sliceomatic.

    Mike Briggs

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).


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 The MathWorks.