How to solve system of second order equations in matlab using ode 45
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!