Simulink Control Design™ - MathWorks

(Tuis.) #1
% 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

Free download pdf