How to plot distribution curve of multiple data?

3 次查看(过去 30 天)

采纳的回答

Setsuna Yuuki.
Setsuna Yuuki. 2020-11-13
x = [-3:.1:3];
y = normpdf(x,0,1);
y2 = normpdf(x,0,0.5);
plot(x,y,x,y2)
More info:https://es.mathworks.com/help/stats/normal-distribution.html

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by