Simulink Control Design™ - MathWorks

(Tuis.) #1

removeAllPoints


Remove all points from list of analysis points in slLinearizer or slTuner interface


Syntax


removeAllPoints(s)


Description


removeAllPoints(s) removes all points from the list of analysis points on page 15-374
for the slLinearizer or slTuner interface, s. This function does not modify the model
associated with s.


Examples


Remove All Analysis Points


Create an slLinearizer interface for the scdcascade model. Add analysis points for
the r, e1, and y1m signals.


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


Remove all signals from the list of interface analysis points.


removeAllPoints(sllin);


To verify that all analysis points have been removed, display the contents of sllin, and
examine the information about the interface analysis points.


sllin


slLinearizer linearization interface for "scdcascade":


No analysis points. Use the addPoint command to add new points.


removeAllPoints
Free download pdf