How to solve nonlinear equation?
Afficher commentaires plus anciens
Réponse acceptée
Plus de réponses (1)
Torsten
le 20 Déc 2022
Write as
xdot = y
ydot = inv(M)*(F-c*y-K*x)
and use ode45 to solve.
1 commentaire
GUANGHE HUO
le 21 Déc 2022
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


