Recent content by matlabphd
-
M
MATLAB Matlab Help Input argument undefined
Dear all. I am trying to solve an ODE in MATLAB using ODE45 solver. But the programe keep saying ? Input argument "y" is undefined. Error in ==> lvv at 4 yprime=[a*y(1)-b*y(1)*y(2);-r*y(2)+c*y(1)*y(2)]; Can anybody be of help? Please. The complete code is this: function...- matlabphd
- Thread
- Argument Input Matlab
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
MATLAB .Solving ODE Error in MATLAB Using ODE45 Solver
Dear all. I am trying to solve an ODE in MATLAB using ODE45 solver. But the programe keep saying ? Input argument "y" is undefined. Error in ==> lvv at 4 yprime=[a*y(1)-b*y(1)*y(2);-r*y(2)+c*y(1)*y(2)]; Can anybody be of help? Please. The complete code is this: function...- matlabphd
- Thread
- Error Matlab Ode Ode45
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX