28 January 2010
[Click to cite this article]
[hide academic citations]
AMA citation:
Jiang W. cloudPlot – Matlab function to plot the distribution of 2-dimensional data.. Stone Studio. 2010. Available at: http://wei-jiang.com/programming/matlab/cloudplot-matlab-function-to-plot-the-distribution-of-2-dimensional-data. Accessed September 3, 2010.
APA citation:
Jiang, Wei. (2010). cloudPlot – Matlab function to plot the distribution of 2-dimensional data.. Retrieved September 3, 2010, from Stone Studio Web site, http://wei-jiang.com/programming/matlab/cloudplot-matlab-function-to-plot-the-distribution-of-2-dimensional-data
Chicago citation:
Jiang, Wei, "cloudPlot – Matlab function to plot the distribution of 2-dimensional data.", Stone Studio, posted January 28, 2010, http://wei-jiang.com/programming/matlab/cloudplot-matlab-function-to-plot-the-distribution-of-2-dimensional-data (accessed September 3, 2010).
Harvard citation:
Jiang, W 2010, cloudPlot – Matlab function to plot the distribution of 2-dimensional data., Stone Studio. Retrieved September 3, 2010, from <http://wei-jiang.com/programming/matlab/cloudplot-matlab-function-to-plot-the-distribution-of-2-dimensional-data>
MLA citation:
Jiang, Wei. "cloudPlot – Matlab function to plot the distribution of 2-dimensional data.." Stone Studio. 28 Jan. 2010. 3 Sep. 2010 <http://wei-jiang.com/programming/matlab/cloudplot-matlab-function-to-plot-the-distribution-of-2-dimensional-data>
Thank you for your interest.
cloudPlot will help visualize the distribution of a 2-dimensional dataset. It is especially helpful when looking at extremely large datasets where a redular plot(x,y,’.') will just fill the plot with a solid color because the measurement points overlap each other. cloudPlot uses the built-in matlab routines to set the axis limits and grid points appropriate to the data.
Example
Plot a Gaussian scattered distribution of X and Y values within the limits, using the standard plot routine
and the cloudPlot
[credit to the author - Daniel Armyr of cloudPlot]