Borrar filtros
Borrar filtros

solving nonlinear ode for a set period

3 visualizaciones (últimos 30 días)
Abraham Bloxham
Abraham Bloxham el 7 de Feb. de 2021
Respondida: Star Strider el 8 de Feb. de 2021
hi all,
I am solving a set of ODE (non-linear) here is first (this one is linear but i need to solve this concept before moving on).
f2 = @(t,X) [a*X(1)];
a is a number.
[t,y] = ode45(f2,[0 : t],[1]);
how can i set up the code so that the it stops at time t when a certain value in y has been reached. Then a new ODE comes into play.
thanks everyone - much appreciated.

Respuesta aceptada

Star Strider
Star Strider el 8 de Feb. de 2021
See the documentation section on ODE Event Location.

Más respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by