Borrar filtros
Borrar filtros

Overlaying histogram with lines and not bars

7 visualizaciones (últimos 30 días)
Mads Svendsen-Tune
Mads Svendsen-Tune el 14 de Mayo de 2011
Hi all.
Can somebody tell me how to plot histograms with lines instead of bars in Matlab?
Thanks.

Respuesta aceptada

bym
bym el 14 de Mayo de 2011
did you want something like
x = 5+2*randn(1000,1);
h = histc(x,(0:9));
stem(h,'b')
or like
plot(h,(0:9))

Más respuestas (0)

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by