数学建模社区-数学中国's Archiver
论坛
›
Matlab simulink建模与仿真
› 救命
422258511
发表于 2012-6-16 09:53
救命
syms t
x=2000/3*';
y=';
f=fittype('a*exp(b*t)','independent','t','coefficients',{'a','b'});
cfun=fit(x,y,f);
xi=0:.1:20;
yi=cfun(xi);
plot(x,y,'r*',xi,yi,'-b');
怎么运行不了?急用,帮帮忙
422258511
发表于 2012-6-16 09:54
呵呵,发货的司法看得见啊
页:
[1]
查看完整版本:
救命