PDFPLOT
Aucune licence
PDFPLOT displays a histogram of the empirical probability density function (PDF) for the data in the input array X using nbins number of bins.
If input X is a matrix, then pdfplot(X) parses it to the vector and displays PDF of all values.
For complex input X, pdfplot(X) displays PDF of abs(X).
Example:
y = randn( 1, 1e5 );
pdfplot( y );
pdfplot( y, 100 );
Citation pour cette source
Alex Bar-Guy (2024). PDFPLOT (https://www.mathworks.com/matlabcentral/fileexchange/8578-pdfplot), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
A inspiré : Probability Density Function (PDF) Estimator (V3.2)
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.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 |