Recent content by matlabphd

  1. 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...
  2. 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...
Back
Top