what can be used instead of histcounts
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
Respuestas (3)
Walter Roberson
el 31 de Mayo de 2018
In older versions such as R2014a, the closest equivalent routine is histc()
0 comentarios
Yuvaraj Venkataswamy
el 30 de Mayo de 2018
Editada: Yuvaraj Venkataswamy
el 30 de Mayo de 2018
0 comentarios
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.
0 comentarios
Ver también
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!