Accessing the value in each successful time step in ode45 solver

7 次查看(过去 30 天)
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?

回答(2 个)

Mahmudul Hasan
Mahmudul Hasan 2013-9-25
I may suggest you to go with event function of ode45.

Jan
Jan 2013-9-25
编辑:Jan 2013-9-25
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?
You can define an output functions also, see: doc odeset.
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?

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by