Simulink Control Design™ - MathWorks

(Tuis.) #1

sllin = slLinearizer('scdcascade',{'r','e1','y1m'});


Remove the y1m and e1 points from the interface.


removePoint(sllin,{'y1m','e1'});


Remove Analysis Point 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 number of the point 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 y1m point 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


No permanent openings. Use the addOpening command to add new permanent openings.
Properties with dot notation get/set access:
Parameters : []


removePoint
Free download pdf