Simulink Control Design™ - MathWorks

(Tuis.) #1
linsys = getLoopTransfer(s,pt,temp_opening) considers additional, temporary,
openings at the point specified by temp_opening. Use an opening, for example, to
calculate the loop transfer function of an inner loop, measured at the plant input, with the
outer loop open.

linsys = getLoopTransfer(s,pt,temp_opening,sign) specifies temporary
openings and the feedback sign.

linsys = getLoopTransfer( ___ ,mdl_index) returns a subset of the batch
linearization results. mdl_index specifies the index of the linearizations of interest, in
addition to any of the input arguments in previous syntaxes.

Use this syntax for efficient linearization, when you want to obtain the loop transfer
function for only a subset of the batch linearization results.

[linsys,info] = getLoopTransfer( ___ ) returns additional linearization
information.

Examples


Obtain Loop Transfer Function at Analysis Point

Obtain the loop transfer function, calculated at e, for the ex_scd_simple_fdbk model.

Open the ex_scd_simple_fdbk model.

mdl = 'ex_scd_simple_fdbk';
open_system(mdl);

In this model:

15 Alphabetical List

Free download pdf