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

1 visualizzazione (ultimi 30 giorni)

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by