How to use MATLAB histogram & histcounts functions for Double Datatype
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to plot histogram for double data type, and on using the following command:
histcounts (Data) or histogram (Data)
I get error message saying : Undefined function 'histcounts' for input arguments of type 'double'.*
However, on using the hist function as given in http://isites.harvard.edu/fs/docs/icb.topic1032465.files/Matlab%20Tutorials/Matlab%20tutorial%202%20Histograms.pdf (not recommended by MATLAB) a histogram plot is generated.
Please help.
2 Commenti
B.k Sumedha
il 28 Mag 2015
And which Version of matlab ur using?? What do u get from
which histogram
Vedere anche
Categorie
Scopri di più su Data Distribution Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!