ODE45 initial conditions are y'(0) = 0, y'(inf) = 1
2 次查看(过去 30 天)
显示 更早的评论
I have a third order differential equation and I have followed the steps given here to obtain the function handle. However, my two initial conditions are y'(0) = 0 and y'(inf) = 1, and only one initial condition is of the form y(0) = const.
How do I input the first order initial conditions while using ode45?
1 个评论
Torsten
2018-9-3
The condition y'(inf)=1 makes it necessary to use bvp4c instead of ode45.
Best wishes
Torsten.
回答(1 个)
另请参阅
类别
在 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!