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.
op — Opening
character vector | string | cell array of character vectors | string array | positive integer |
vector of positive integers
Opening on page 15-381 to remove from the list of permanent openings for s, specified
as:
- Character vector or string — Opening signal name.
To determine the signal name associated with an opening, type s. The software
displays the contents of s in the MATLAB command window, including the opening
signal names, block names, and port numbers. Suppose an opening does not have a
signal name, but only a block name and port number. You can specify op as the block
name.
You can specify op as a uniquely matching portion of the full signal name or block
name. Suppose the full signal name of an opening is 'LoadTorque'. You can specify
op as 'Torque' as long as 'Torque' is not a portion of the signal name for any other
opening of s.
For example, op = 'y1m'.
- Cell array of character vectors or string array — Specifies multiple opening names.
For example, op = {'y1m','y2m'}. - Positive integer — Opening index.
To determine the index of an opening, type s. The software displays the contents of s
in the MATLAB command window, including the opening indices. For example, op =
1.
- Vector of positive integers — Specifies multiple opening indices. For example, op =
[1 2].
15 Alphabetical List