K G
r e
+
dy
y
u
du
du and dy are linearization inputs, and u and y are linearization outputs. The software
computes linsys as a MIMO transfer function with a transfer function from each
linearization input to each linearization output.
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'.
- Cell array of character vectors or string array — Specifies multiple analysis point
names. For example, temp_opening = {'y1m','y2m'}.
mdl_index — Index for linearizations of interest
array of logical values | vector of positive integers
Index for linearizations of interest, specified as:
15 Alphabetical List