Recent content by ksmanis

  1. K

    MATLAB Solving Coupled Differential Equations (in Matlab)

    Hi, I have the following problem to solve. My system can be defined as a set of coupled differential equations as described below: dy/dt = -a*y(t) + b*x(t) + (m-y(t))*r; dx/dt = a*y(t) - b*x(t) + (n-x(t))*r; where m,n and r are constants. I have the values of y(t) and x(t) for...
Back
Top