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

    %% Remove Multiple Analysis Points Using Signal Name  

%% 
% 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 the |y1m| and |e1| points from the interface. 
removePoint(sllin,{'y1m','e1'});