cloudPlot
Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week
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.
Citation pour cette source
Daniel Armyr (2024). cloudPlot (https://www.mathworks.com/matlabcentral/fileexchange/23238-cloudplot), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Image Processing and Computer Vision > Computer Vision Toolbox > Point Cloud Processing >
- MATLAB > Graphics > 2-D and 3-D Plots > Data Distribution Plots > Scatter Plots >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
html/
Version | Publié le | Notes de version | |
---|---|---|---|
1.10.0.0 | Added more flexible arguments and more error handling after suggestions by Eric Sampson |
||
1.8.0.0 | Updated with more suggestions from Romesh to remove the need to return scaling factor. Made compatible with hold states and incldued more demos. |
||
1.7.0.0 | Thanks to Eric for the addition of the xscale/yscale output option. Thanks to Romesh who provided a bugfix, the bins input option, and the ability to resize the plot. |
||
1.5.0.0 | Did a one-line fix that in certain cases speeds up the function by a factor of 5. |
||
1.2.0.0 | Improved the bin-size selection to make manual selection redundant.
|
||
1.1.0.0 | Now NaNs and Infs are handled gracefully. |
||
1.0.0.0 |