回复: [求助]求..正态分布,卡方分布,F分布,T分布的MATLAB代码???
好象有不太对呀,输入后是错误
figure(1)
fplot('normpdf',[-3,3])
figure(2)
fplot('normpdf(x,100,36)',[0,200])
figure(3)
fplot('tpdf(x,5)',[-5 5])
figure(4)
fplot('chi2pdf(x,5)',[0,20])
figure(5)
fplot('fpdf(x,5,10)',[0,5])
??? --------------------------------------------------------------------------------
|
Error: Expression or statement is incomplete or incorrect.
|