Simulink Control Design™ - MathWorks

(Tuis.) #1

u: 1
y: 0
StateName: {6x1 cell}
InputName: {'r'}
OutputName: {'y1m'}
Ts: 0


Input Arguments


s — Interface to Simulink model
slLinearizer interface | slTuner interface


Interface to a Simulink model, specified as either an slLinearizer interface or an
slTuner interface.


in — Input analysis point signal name
character vector | string | cell array of character vectors | string array


Input analysis point on page 15-324 signal name, specified as:



  • Character vector or string — Analysis point signal name.


To determine the signal name associated with an analysis point, type s. The software
displays the contents of s in the MATLAB command window, including the analysis
point signal names, block names, and port numbers. Suppose that an analysis point
does not have a signal name, but only a block name and port number. You can specify
in as the block name. To use a point not in the list of analysis points for s, first add
the point using addPoint.

You can specify in as a uniquely matching portion of the full signal name or block
name. Suppose that the full signal name of an analysis point is 'LoadTorque'. You
can specify in as 'Torque' as long as 'Torque' is not a portion of the signal name
for any other analysis point of s.

For example, in = 'y1m'.


  • Cell array of character vectors or string array — Specifies multiple analysis point
    names. For example, in = {'y1m','y2m'}.


out — Output analysis point signal name
character vector | string | cell array of character vectors | string array


getIOTransfer
Free download pdf