Accessing the value in each successful time step in ode45 solver
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to solve a second order ode with ode45 solver. I would like to get the value of the state variable in each successful time step.(by successful I mean the solver is based on an adaptive time step). Is there a way to get the value of the state variable in each successful time step while the solver is running and pass it to another function for a conditional check? Is it possible to save the values of the state variable in each successful time step and make it available to the workspace for further manipulation?
0 Commenti
Risposte (2)
Jan
il 25 Set 2013
Modificato: Jan
il 25 Set 2013
The output of the ODE integrators contain the value of the state variable in each time step already. So why do you want something else?
Passing a variable for a "conditional check" is not clear. What kind of reaction to this check are you thinking of? Where should this check be considered?
0 Commenti
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!