Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by