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

2 visualizaciones (últimos 30 días)
How to find histogram bins at which cumulative histogram has 75% of maximum value of an image.
  1 comentario
KALYAN ACHARJYA
KALYAN ACHARJYA el 13 de Nov. de 2019
Editada: KALYAN ACHARJYA el 13 de Nov. de 2019
Its easy, have you tried with Note book and pen,Maths? Please do that, we will help you to implement?

Iniciar sesión para comentar.

Respuesta aceptada

the cyclist
the cyclist el 20 de Nov. de 2019
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.

Más respuestas (0)

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by