MATLAB: Find the output from a transfer funtion

Control System Toolboxfuntioninputlaplaceoutputtransfer

I am given a transfer function and i have to find its output against arbitrary input like the unit step funtion.
i've made the transfer function, found its poles and zeros, done with the laplace of the input…but how do i find the input.

Best Answer

Use the function lsim
HTH. Arkadiy
Related Question