How to use ode45
Show older comments
I am trying to solve the ode: 3*y'' + 0.1*y' + 46*y = 4*sin(7*t), where t is the time interval 0 to 10 seconds. How can I solve this using ode45?
Answers (1)
Steven Lord
on 25 Mar 2018
0 votes
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!