Normalizing histogram counts to 1

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');

Antworten (1)

David Hill
David Hill am 17 Mär. 2022

0 Stimmen

Don't you want probability.
histogram(Output, 'Normalization', 'probability');

3 Kommentare

Turbulence Analysis
Turbulence Analysis am 17 Mär. 2022
Hi,
Thanks !! Yes, with probbaility, I am able to get counts nomalized from 0 to 1..
May I know the difference between 'pdf' and 'probbaility' functions in the matlab
help histogram
Turbulence Analysis
Turbulence Analysis am 17 Mär. 2022
Okay , got it.. Thanks..

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Distribution Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 17 Mär. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by