Find histogram bins at which cumulative histogram has 75% of maximum value

2 次查看(过去 30 天)
How to find histogram bins at which cumulative histogram has 75% of maximum value of an image.

采纳的回答

the cyclist
the cyclist 2019-11-20
You don't give much detail. Do you have the underlying data, or just the counts from the histogram bins?
If you have the data, then the prctile command may help you do what you want.
p75 = prctile(x,75)
will give the estimated value of x where the cumulative probability is 0.75.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by