Plotting histogram with similar graphical view as imhist produces
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi everybody,
Can one of you let me know how to plot a histogram with distinctive lines as imhist produces. I do not want the color map to be existing there as is seen in the image of imhist. Since, i am not able to call the imhistc (mex) file embedded within the code of imhist, i am unable to use it for re-generating the graph as earlier.
0 comentarios
Respuestas (1)
Image Analyst
el 3 de Mzo. de 2012
I'm not exactly sure what you're referring to but did you try calling hist() and then calling bar()? bar() has a lot of options for setting bar widths, etc.
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!