Please help me about differential equations

y''+5y'+6y=x'+x(t) y'' means second order differential of y(t) The question is the response of this system on matlab But I couldnt do

2 Comments

I saw your previous question, and looks like homework
I have done x_t=dsolve('D2y+5*Dy+6*y=Dx+x') but it gives error

Answers (1)

try lsim function, with tf function

This question is closed.

Asked:

on 13 Dec 2012

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!