Effacer les filtres
Effacer les filtres

Give Output of one ODE to the another ODE simultaneously

3 vues (au cours des 30 derniers jours)
Karthi Ramachandran
Karthi Ramachandran le 11 Oct 2020
Commenté : Alan Stevens le 12 Oct 2020
I have the equations as follows
and
What I have to do is integrate and supply the output to sumlatenously at each time step as gets integrated and this must happen in a speciafic time inteval.
Is there a way to do in code?
Eg - If gets integrated from 0 to witha a constant θ and at time , the value of theta must be taken from intgrated . This must happen simultaneously.

Réponses (1)

Steven Lord
Steven Lord le 12 Oct 2020
Use the "Nonstiff Euler Equations" example on this documentation page as a model for your ODE function.
  3 commentaires
Steven Lord
Steven Lord le 12 Oct 2020
You have a system of two differential equations. Solve them simultaneously just like that example solves three differential equations simultaneously.
Alan Stevens
Alan Stevens le 12 Oct 2020
Your theta equation is independent of x, so you could integrate this separately (in fact, it has an analytical solution), then use the result in the x integration routine.

Connectez-vous pour commenter.

Tags

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by