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).
Very useful! Thanks for telling us about Sliceomatic.
Mike Briggs
Hi Doug, I have a question. can vectorization be used for the for- loop part? If it can be used, how? I have very large datasets. Thanks.
Kakxi
@Kakxi,
Why would you want to? Vectorization does not nesicarrily speed things up. Use profiler to find the real bottlenecks!
Doug