ode step

is it possible to store value in a matrix other than equations in odesolver,if any variable which is getting change in each step and being used in equation

1 comentario

Jan
Jan el 17 de Oct. de 2011
I do not understand the question. Can you post the relevant code and mark, what you want to save?

Iniciar sesión para comentar.

Respuestas (1)

Matt Tearle
Matt Tearle el 17 de Oct. de 2011

0 votos

Do you mean something like an internal variable in the rate equations? Not exactly. But why would you need this? The ode rate equations are defined in terms of t and y (and any additional parameters), so any calculations performed internally can always be reproduced after the fact. If you need to track this in order to halt execution, you can use and event (see the documentation: MATLAB -> User's Guide -> Mathematics -> Calculus -> Ordinary Differential Equations and go to Examples -> Event Location)
You can also define the 'OutputFcn' property using odeset

Etiquetas

Preguntada:

el 17 de Oct. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by