Can I add arguments to the odefun in ode45 integration?

6 Ansichten (letzte 30 Tage)
Vishesh Vatsal
Vishesh Vatsal am 4 Sep. 2013
Kommentiert: Martin am 30 Okt. 2013
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?

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by