i want to find x axis and y axis values of an histograms in matlab.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i want to find x axis and y axis values of an histograms in matlab.
3 comentarios
Respuestas (2)
Star Strider
el 8 de En. de 2016
That does not appear to be possible (at least in R2015b). I would use histcounts (or histc) and then do a bar plot.
Image Analyst
el 9 de En. de 2016
If you want the entropy, why not just simply use the entropy function
theEntropy = entropy(grayImage);
0 comentarios
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!