transfer function with disturbance matlab code example
Example: transfer function exponent matlab
>> G = tf(0.9 ,[180 1], 'InputDelay',4)
G =
0.9
exp(-4*s) * ---------
180 s + 1
>> G = tf(0.9 ,[180 1], 'InputDelay',4)
G =
0.9
exp(-4*s) * ---------
180 s + 1