Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Solving ODE that contains an integral

1 Ansicht (letzte 30 Tage)
Travis
Travis am 16 Apr. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I'm trying to solve the above differential equation using ODE15i where C1-C4 and V0 are some known constants. My issue comes in how to handle the fourth term containing the integral. My thought process right now is to declare global dummy vectors for t and dV/dt, update them each time the residual function is called, and use them to determine the value of the integral using the trapz function. Any insights on if this method would work or if there's a better way to go about it would be greatly appreciated, thanks!

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by