 |
How to make step response of exp function in Matlab? - Stack ...
G = exp(-s) * (0.8*s^2+s+2)/(s^2+s); T = feedback(ss(G),1); step(T). this is
example from Matlab's documentation, but it's not working, when copy and paste
to program, ... up vote 1 down vote accepted. Define s using s = tf('s'); ...
www.google.com.tw |
 |