Borrar filtros
Borrar filtros

How to draw line in mat lab at the edge of the bars in mat Matlab to show the values of these bars?

2 visualizaciones (últimos 30 días)

Respuesta aceptada

KSSV
KSSV el 25 de Sept. de 2017
A = randn(1000,1);
h = hist(A) ;
bar(h)
hold on
plot(1:length(h),h,'r')

Más respuestas (0)

Categorías

Más información sobre Line Plots 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