How to use ode45

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?

Tags

Asked:

on 25 Mar 2018

Answered:

on 25 Mar 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!