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
Image Analyst 2017 年 11 月 21 日
Use histogram:
histogram(yourData, 'normalization', 'pdf');

カテゴリ

タグ

質問済み:

2017 年 11 月 13 日

回答済み:

2017 年 11 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by