plot 2d histogram in form of bin
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mubashir
el 20 de Ag. de 2017
Comentada: Mubashir
el 23 de Ag. de 2017
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 comentarios
Respuesta aceptada
Steven Lord
el 20 de Ag. de 2017
Use the histogram2 function with 'DisplayStyle', 'tile' as shown in the "Tiled Histogram View" on the documentation page for histogram2.
Más respuestas (0)
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!