How to find probability density function (PDF) histogram for given distribution ?
Ältere Kommentare anzeigen
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.
Antworten (1)
Image Analyst
am 21 Nov. 2017
Use histogram:
histogram(yourData, 'normalization', 'pdf');
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!