- At the command line:
- In Simulink:
For closed-loop models created at the command line, you can also use the model input
and output names when:- Computing a closed-loop response.
ioSys = getIOTransfer(T,'u','y');
stepplot(ioSys)- Computing an open-loop response.
loopSys = getLoopTransfer(T,'u',-1);
bodeplot(loopSys)2 Linearization