impulse function es wrong
% the sequence of commands:
ng = [4 8]
dg = [1 6 5]
sysg = tf(ng,dg)
impulse(sysg)
% gives a wrong result
1
vote
Anonymous
shared this idea