Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by