Filter löschen
Filter löschen

How to plot distribution curve of multiple data?

3 Ansichten (letzte 30 Tage)
Han Pham
Han Pham am 13 Nov. 2020
Kommentiert: Han Pham am 15 Nov. 2020

Akzeptierte Antwort

Setsuna Yuuki.
Setsuna Yuuki. am 13 Nov. 2020
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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by