Hi,

I need to solve an ODE

mdot(t) = f(m(t)),

where mdot(t) and f(m(t)) are vectors and f(m(t)) = m(t)*Phi(m(t)), where m(t) is a vector and Phi(m(t)) is a matrix.

I am unable to give the matrix equation to the ode() as function. It gives error in the function definition.

How do I go about solving this ODE in scilab or Matlab ?

Thanks,
Ramya