what can be used instead of histcounts

7 visualizaciones (últimos 30 días)
divya balu
divya balu el 30 de Mayo de 2018
Respondida: Walter Roberson el 31 de Mayo de 2018
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
  3 comentarios
divya balu
divya balu el 31 de Mayo de 2018
I am using R2014a

Iniciar sesión para comentar.

Respuestas (3)

Walter Roberson
Walter Roberson el 31 de Mayo de 2018
In older versions such as R2014a, the closest equivalent routine is histc()

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy el 30 de Mayo de 2018
Editada: Yuvaraj Venkataswamy el 30 de Mayo de 2018

Image Analyst
Image Analyst el 30 de Mayo de 2018
You can use imhist(), or histogram(), or histc() or hist(). Or you can do it yourself with a for loop.

Categorías

Más información sobre Data Distribution Plots 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