Borrar filtros
Borrar filtros

How to plot distribution curve of multiple data?

3 visualizaciones (últimos 30 días)
Han Pham
Han Pham el 13 de Nov. de 2020
Comentada: Han Pham el 15 de Nov. de 2020

Respuesta aceptada

Setsuna Yuuki.
Setsuna Yuuki. el 13 de Nov. de 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

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by