www.gusucode.com > slcontrol 案例源码程序 matlab代码 > slcontrol/RemoveAllAnalysisPointsExample.m

    %% 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