作业帮 > 综合 > 作业

Matlab 画出正态分布图,要那些参数?

来源:学生作业帮 编辑:拍题作业网作业帮 分类:综合作业 时间:2024/05/19 13:51:23
Matlab 画出正态分布图,要那些参数?
均值、标准差 这两个可以吗?
Y = NORMPDF(X,MU,SIGMA);
Y = NORMPDF(X,MU,SIGMA) returns the pdf of the normal distribution with
mean MU and standard deviation SIGMA,evaluated at the values in X.
The size of Y is the common size of the input arguments.A scalar
input functions as a constant matrix of the same size as the other
inputs.
MU为均值,SIGMA标准差