PDFPLOT
版本 1.0.0.0 (767 字节) 作者:
Alex Bar-Guy
PDFPLOT displays a histogram of the empirical probability density function (PDF) of the input data.
12.1K 次下载
更新时间
2005/9/29
无许可证
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 );
引用格式
Alex Bar-Guy (2024). PDFPLOT (https://www.mathworks.com/matlabcentral/fileexchange/8578-pdfplot), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Histograms 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |