How can I plot histogram?
显示 更早的评论
I nedd help to scale the y-axis of Gaussian pdf
for example:
x = linspace(-20,20);
plot(x,normpdf(x,4,4))
How can I plot the histogram of this example?
采纳的回答
更多回答(1 个)
Daniel Pollard
2021-1-29
That link is for the documentation for histogram.
histogram(normpdf(x,4,4))
will do what you want.
类别
在 帮助中心 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



