Can I add arguments to the odefun in ode45 integration?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am running a loop. During each iteration, I perform integration from a fixed initial state. To fulfill my objective, I need to change my state function(odefun) before the next iteration begins. In order to do that, I would need the following arguments to get my new state function for the next iteration: 1. a vector which is an output from the previous integration. 2. a number which comes from the previous integration.
How do I go about it?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!