Solve non linear second order ODE with numeric function
20 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have to solve a non linear second order ODE of the type
where F(y) is a numeric function (in the meaning that I have the data in a vector for particular values of y).
Obviously if F(y) was costant it was easy to solve it also analytically. I thought I could fit the function F(y) and then solve with ode.
Which is the best way to solve it with Matlab?
Thank you for the reply.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!