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

2 次查看(过去 30 天)

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by