OperatingPoints : [] (model initial condition will be used.)
BlockSubstitutions : []
Options : [1x1 linearize.LinearizeOptions]
The displays shows that y1m is the third analysis point of sllin.
Remove the point from the interface.
removePoint(sllin,3);
Remove Multiple Analysis Points Using Index
Create an slLinearizer interface for the scdcascade model. Add analysis points for
the r, e1, and y1m signals.
sllin = slLinearizer('scdcascade',{'r','e1','y1m'});
Determine the index numbers of the points you want to remove. To do this, display the
contents of the interface, which includes analysis point index numbers, in the Command
Window.
For this example, remove the e1 and y1m points from sllin.
sllin
slLinearizer linearization interface for "scdcascade":
3 Analysis points:
--------------------------
Point 1:
- Block: scdcascade/setpoint
- Port: 1
- Signal Name: r
Point 2: - Block: scdcascade/Sum1
- Port: 1
- Signal Name: e1
Point 3: - Block: scdcascade/Sum
- Port: 1
- Signal Name: y1m
15 Alphabetical List