Normalizing histogram counts to 1

23 次查看(过去 30 天)
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');

回答(1 个)

David Hill
David Hill 2022-3-17
Don't you want probability.
histogram(Output, 'Normalization', 'probability');
  3 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Data Distribution Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by