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!