matlab的问题,一直出现Error:Missing variable or function.
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/17 07:04:05
matlab的问题,一直出现Error:Missing variable or function.
用matlab编的
function dx = shier(t,x)
dx = zeros(2,1);
dx(1)=x(1)*(1-x(1)/100-0.1*x(2));
dx(2)=x(2)*(-0.5+0.02*x(1));
[t,x]=ode45(‘shier’,[0 20],[25 2]);
plot(t,x(:,1),’-’,t,x(:,2),’*’)
plot(x(:,1),x(:,2))
运行后一直出现Error:Missing variable or function.
确定都是用英文的格式打的.
用matlab编的
function dx = shier(t,x)
dx = zeros(2,1);
dx(1)=x(1)*(1-x(1)/100-0.1*x(2));
dx(2)=x(2)*(-0.5+0.02*x(1));
[t,x]=ode45(‘shier’,[0 20],[25 2]);
plot(t,x(:,1),’-’,t,x(:,2),’*’)
plot(x(:,1),x(:,2))
运行后一直出现Error:Missing variable or function.
确定都是用英文的格式打的.
请查看标点符号之类的是否是英文输入,一般出现此类情况最大的可能性就是输入过程中标点符号输入成中文格式的了.
matlab中Error:Missing variable or function.
matlab Error:Missing variable or function.哪里错了?
matlab Error:Missing variable or function.请大家帮我看看
用MATLAB求函数极限时出现 Undefined function or variable "x".
error C4996:'fopen':This function or variable may be unsafe.
MATLAB function的问题- -
每次打开excel都会出现run-time error‘91’object variable or with block
每次打开Word2007都出现Run-time error '91' Object variable or with b
matlab 中定义函数,如何定义,我每次都会出现这个问题?Error: Function definitions ar
matlab中出现?function [f,k]=sconv(f1,f2,k1,k2,p) | Error:Functi
关于matlab中function的问题!
关于matlab的Error:Unbalanced or misused parentheses or brackets