plot 2d histogram in form of bin
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

I want to plot frequency of occurrence in form of chart like image given below. And i also want to define size of bins so range of data occurs in single bin.
0 Commenti
Risposta accettata
Steven Lord
il 20 Ago 2017
Use the histogram2 function with 'DisplayStyle', 'tile' as shown in the "Tiled Histogram View" on the documentation page for histogram2.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Histograms 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!