plotDist(x,Bins)
Version 1.0.0.0 (594 Bytes) by
Ruggero G. Bettinardi
Plot density distribution of the data in 'x'.
call:
plotDist(x,Bins)
Plot DENSITY DISTRIBUTION of the data in x.
INPUT
x : vector of values
Bins : Optional: bins to use to compute the density. if Bins is not given in the call, the function
will use the default binning, given by: Bins = linspace(min(x), max(x), round(sqrt(length(x))))
Cite As
Ruggero G. Bettinardi (2024). plotDist(x,Bins) (https://www.mathworks.com/matlabcentral/fileexchange/62952-plotdist-x-bins), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Exploration and Visualization >
Find more on Exploration and Visualization in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |