Info

此问题已关闭。 请重新打开它进行编辑或回答。

Solving ODE that contains an integral

1 次查看(过去 30 天)
Travis
Travis 2018-4-16
关闭: MATLAB Answer Bot 2021-8-20
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!

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by