How to solve system of second order equations in matlab using ode 45
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Ordinary Differential Equations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!