Im not sure if I can ask such question here, since this has to do with control and design..
Anyway, im trying to plot a response of closed-loop system to a unit ramp and step input using matlab, but im not sure how to get this done ..
My transfer function is : G= 13/(s*(s+3)*(s+1)) and K=8
Any ideas ?
thanks !
Assuming you have the control system toolbox. Lets do it for G(s) = 1 / (s + 1) .
For your example, all you need to change is the defininition of G (help tf for the details), and maybe adjust the time vector t to the time range you want.