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 件のコメント

Jan
Jan 2011 年 10 月 17 日
I do not understand the question. Can you post the relevant code and mark, what you want to save?

サインインしてコメントする。

回答 (1 件)

Matt Tearle
Matt Tearle 2011 年 10 月 17 日

0 投票

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

カテゴリ

タグ

質問済み:

2011 年 10 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by