i want to find x axis and y axis values of an histograms in matlab.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i want to find x axis and y axis values of an histograms in matlab.
3 Kommentare
Antworten (2)
Star Strider
am 8 Jan. 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
am 9 Jan. 2016
If you want the entropy, why not just simply use the entropy function
theEntropy = entropy(grayImage);
0 Kommentare
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!