removePoint
Remove point from list of analysis points in slLinearizer or slTuner interfaceSyntax
removePoint(s,pt)Description
removePoint(s,pt) removes the specified point, pt, from the list of analysis points on
page 15-386 for the slLinearizer or slTuner interface, s. You can specify pt to
remove either a single or multiple points.removePoint does not modify the model associated with s.Examples
Remove Analysis Point Using Signal NameCreate an slLinearizer interface for the scdcascade model. Add analysis points for
the r, e1, and y1m signals.sllin = slLinearizer('scdcascade',{'r','e1','y1m'});Remove the y1m point from the interface.removePoint(sllin,'y1m');Remove Multiple Analysis Points Using Signal NameCreate an slLinearizer interface for the scdcascade model. Add analysis points for
the r, e1, and y1m signals.15 Alphabetical List