sasayi 发表于 2012-5-5 22:07

sir传染病模型 MATLAB代码运行不了,求高人改错!

function y=ill(t,x)
a=1;b=0.3;
y=';

ts=0;50;
x0=;
=ode45('ill',ts,x0);
plot(t,x(:,1),t,x(:,2)),grid,pause
plot(x(:,2),x(:,1)),grid,

一运行就出现
??? function y=ill(t,x)
    |
Error: Function definitions are not permitted in this context.
如何改哈?

ChaChing 发表于 2012-5-6 14:00

回复 1 # sasayi 的帖子

Ref: 7F, 2.常见的程序出错问题整理 http://forum.vibunion.com/thread-46001-1-1.html

sasayi 发表于 2012-5-6 22:29

回复 2 # ChaChing 的帖子

希望楼主能根据该题给点指导,非常感谢您的回复!
页: [1]
查看完整版本: sir传染病模型 MATLAB代码运行不了,求高人改错!