How to find probability density function (PDF) histogram for given distribution ?
显示 更早的评论
I have 1*810 vector as a data set. I need to plot suitable distribution for that data. In a subplot i need a probability density function as histogram for measured distribution.

thanks in advance.
回答(1 个)
Image Analyst
2017-11-21
Use histogram:
histogram(yourData, 'normalization', 'pdf');
类别
在 帮助中心 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!