Simulink Control Design™ - MathWorks

(Tuis.) #1
Output 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
out 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 out 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 out as 'Torque' as long as 'Torque' is not a portion of the signal name
for any other analysis point of s.

For example, out = 'y1m'.


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


temp_opening — Temporary opening signal name
character vector | string | cell array of character vectors | string array

Temporary opening signal name, specified as:


  • Character vector or string — Analysis point signal name.


temp_opening must specify an analysis point that is in the list of analysis points for
s. 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 temp_opening 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 temp_opening 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 temp_opening as 'Torque' as long as 'Torque' is
not a portion of the signal name for any other analysis point of s.

For example, temp_opening = 'y1m'.

15 Alphabetical List

Free download pdf