ODE45 with changing variables
10 次查看(过去 30 天)
显示 更早的评论
I’m trying to use ode45 to solve a for the location of a balloon. I have system of 3 second order ODEs (displacement and velocity in 3D). I’ve converted them to 6 first order ODEs and I want to solve using ODE45. The issues is that my equations depend on factors like wind velocity, temperature, pressure etc that are stored in an array. When using a 4th order runga kutta I simply found these values by looking up the values at the ballon coordinates and then using those in the equations. I’m not sure how to do this though for ODE45.
2 个评论
Star Strider
2023-12-8
I am not certain what question you are asking.
One possibility is to see the discussion in ODE with Time-Dependent Terms to see if that does what you want.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!