How to solve system of second order equations in matlab using ode 45
1 次查看(过去 30 天)
显示 更早的评论
Hi everyone I have a system of second order equations including seven equations.I want to define a function named F describing the equations and then use ode45 function. first I don't know how to write the function, second I don't know how to write 14 boundary conditions in the form of [t,y]=ode45(@F,tspan,BC)in ode45 command. thanks
0 个评论
回答(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!