Recent content by Deuterio

  1. D

    MATLAB Solving ODEs with Modeling & Matlab

    Thanks Both options have worked properly. Thanks for your help!
  2. D

    MATLAB Solving ODEs with Modeling & Matlab

    I'm modeling a chemical reactor and I have to solve a system of ODE's like that: dX/dV = a*X dT/dV = b*(dX/dV) - c*(T-T0) I've been a Matlab user for so long but I've never seen a solution of this kind of system. I've tried to solve using ode45 but it didn't work. I've searched in books...
Back
Top