Defining ODEs inside an ODE45 function.
Mostra commenti meno recenti
Hi. How do I define ODEs inside an ODE45 function? I have a ODE45 function, which was working fine and now I would like to add two more ODEs to that as dependent variables. How can I do that? Kindly let me know.
1 Commento
James Tursa
il 8 Apr 2020
Please give us more specifics about your current code and what ODEs you want to add. The only advice we can currently offer is to increase the size of your state vector by 2 and then add your DEs in the derivative function.
Risposte (0)
Categorie
Scopri di più su Ordinary Differential Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!