You can specify pt 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 pt as 'Torque' as long as 'Torque' is not a portion of the signal name
for any other analysis point of s.
For example, pt = 'y1m'.
- Cell array of character vectors or string array — Specifies multiple analysis point
names. For example, pt = {'y1m','y2m'}.
To calculate linsys, the software adds a linearization output, followed by a loop break,
and then a linearization input at pt. Consider the following model:
K G
r e u y
Specify pt as 'u'.
K G
r e y
u
du
The software computes linsys as the transfer function from du to u.
If you specify pt as multiple signals, for example pt = {'u','y'}, the software adds a
linearization output, loop break, and a linearization input at each point.
15 Alphabetical List