如何画正态分布曲线

chen51chen 1年前 已收到1个回答 举报

非小白脸 春芽

共回答了17个问题采纳率:82.4% 举报

需要用EXCEL软件来作
具体为:
>> t=0:1:1000;
y=normpdf(x,0,1);
u=int(y,0,t);
plot(t,y)
Undefined function or variable 'x'.
>> t=0:1:1000;
y=normpdf(x,0,1);
u=int(y,0,t);
plot(t,y)
Undefined function or variable 'x'.
用matlab是这样画的
>> t=0:1:1000;x=0:1:1000;
y=normpdf(x,0,1);
u=int(y,0,t);
plot(t,y)
Function 'int' is not defined for values of class 'double'.

1年前

4
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 16 q. 0.032 s. - webmaster@yulucn.com