% Response to a step command
H = getIOTransfer(T,'r','y1');
clf, step(H,30), title('Step command')
% Response to a step disturbance
H = getIOTransfer(T,'y2','y1');
step(H,30), title('Step disturbance')
13 Control System Tuning Examples
% Response to a step command
H = getIOTransfer(T,'r','y1');
clf, step(H,30), title('Step command')
% Response to a step disturbance
H = getIOTransfer(T,'y2','y1');
step(H,30), title('Step disturbance')
13 Control System Tuning Examples