PDFPLOT

Version 1.0.0.0 (767 Bytes) von Alex Bar-Guy
PDFPLOT displays a histogram of the empirical probability density function (PDF) of the input data.
12,1K Downloads
Aktualisiert 29 Sep 2005

Keine Lizenz

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 );

Zitieren als

Alex Bar-Guy (2024). PDFPLOT (https://www.mathworks.com/matlabcentral/fileexchange/8578-pdfplot), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R13SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Histograms finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0