how to use histogram(data, num_bins)?
Afficher commentaires plus anciens
I have a 8945x1 double array, and I want to view it's distribution, as a histogram
first try: histogram(data), here's what I get:

second try: using histogram(data, 20):

what am I doing wrong?
data is attached as an excel file if anybody cares to investigate
thanks!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Histograms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
