{'scdcascade/G1/1[y1]'}
To use an analysis point with an analysis function, you can specify an unambiguous
abbreviation of the analysis point name returned by getPoints. For example, compute
the transfer function from u1 to y1, and find the sensitivity to a disturbance at the output
of block G2.
ioSys = getIOTransfer(sllin,'u1','y1');
sensG2 = getSensitivity(sllin,'G2');
See Also
addOpening | addPoint | getPoints | slLinearizer
More About
- “Mark Signals of Interest for Control System Analysis and Design” on page 2-53
See Also