Analyze Sensitivity at Plant Output
S = getSensitivity(sllin,'Tank');
The software injects a disturbance signal and measures the output at the plant output. S
is a 1 x 3 array of continuous-time state-space models.
Plot the step response for S.
stepplot(S);
3 Batch Linearization