what can be used instead of histcounts
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
3 commentaires
Réponses (3)
Walter Roberson
le 31 Mai 2018
In older versions such as R2014a, the closest equivalent routine is histc()
0 commentaires
Image Analyst
le 30 Mai 2018
You can use imhist(), or histogram(), or histc() or hist(). Or you can do it yourself with a for loop.
0 commentaires
Voir également
Catégories
En savoir plus sur Histograms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!