Simulink Control Design™ - MathWorks

(Tuis.) #1

No permanent openings. Use the addOpening command to add new permanent openings.
Properties with dot notation get/set access:
Parameters : []
OperatingPoints : [] (model initial condition will be used.)
BlockSubstitutions : []
Options : [1x1 linearize.LinearizeOptions]


The displays shows that e1 and y1m are the second and third analysis points of sllin.


Remove the points from the interface.


removePoint(sllin,[2 3]);


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.


pt — Analysis point
character vector | string | cell array of character vectors | string array | positive integer |
vector of positive integers


Analysis point on page 15-386 to remove from the list of analysis points for s, 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 an analysis point does
not have a signal name, but only a block name and port number. You can specify pt as
the block name.

You can specify pt as a uniquely matching portion of the full signal name or block
name. Suppose 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.

removePoint
Free download pdf