Normalizing histogram counts to 1
15 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am trying to normalize the histogram counts in the from of 0 to 1 using the below script. However, I am not getting my counts in the range of 0 to 1.
PS - I have also attached my data here..
histogram(Output, 'Normalization', 'pdf');
0 Kommentare
Antworten (1)
David Hill
am 17 Mär. 2022
Don't you want probability.
histogram(Output, 'Normalization', 'probability');
3 Kommentare
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!