PDFPLOT

Versión 1.0.0.0 (767 Bytes) por Alex Bar-Guy
PDFPLOT displays a histogram of the empirical probability density function (PDF) of the input data.
12,1K Descargas
Actualizado 29 sep 2005

Sin licencia

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

Citar como

Alex Bar-Guy (2026). PDFPLOT (https://es.mathworks.com/matlabcentral/fileexchange/8578-pdfplot), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13SP1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Histograms en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Probability Density Function (PDF) Estimator (V3.2)

Versión Publicado Notas de la versión
1.0.0.0