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