我这个方程的那里有问题?
帮我看看吧!高手些,谢谢function F=fcht(t)
Ka=0.0028;
Q=47595;
p=0.1;
peq=2.5;
T=250;
R=8.314;
t=0:100;
F=1-exp(-4*1*(Ka*exp(-Q/R/T)*(p-peq))^(1/2)*t^(1/2));
plot(t,F,'r-')
xlabel('t');
ylabel('F');
grid on ;
2007-04-18 16:51


2007-04-18 18:35
2007-04-18 20:18
2007-04-18 20:21
2007-04-18 20:21
2007-04-19 08:38

2007-04-19 18:52
2007-04-19 18:53
2007-04-19 18:55
2007-04-20 09:13