Simulink Control Design™ - MathWorks

(Tuis.) #1

Parameters : []
OperatingPoints : [] (model initial condition will be used.)
BlockSubstitutions : []
Options : [1x1 linearize.LinearizeOptions]


Add Opening Using Block Path and Port Number


Suppose you want to analyze only the inner-loop dynamics of the scdcascade model.
Add the outer-loop feedback signal, y1m, as a permanent opening of an slLinearizer
interface.


Open the scdcascade model.


mdl = 'scdcascade';
open_system(mdl);


Create an slLinearizer interface for the model.


sllin = slLinearizer(mdl);


Add the y1m signal as a permanent opening of sllin.


addOpening(sllin,'scdcascade/Sum',1);


The y1m signal originates at the first (and only) port of the scdcascade/Sum block.


addOpening
Free download pdf