i want to find x axis and y axis values of an histograms in matlab.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i want to find x axis and y axis values of an histograms in matlab.
3 Commenti
Risposte (2)
Star Strider
il 8 Gen 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
il 9 Gen 2016
If you want the entropy, why not just simply use the entropy function
theEntropy = entropy(grayImage);
0 Commenti
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!