www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@localresponse/UpdateResponseFeatures.m

    function UpdateResponseFeatures(L)
%UPDATERESPONSEFEATURES refit all response feature models
% 
% UPDATERESPONSEFEATURES(L)
%    This function must be called after REMOVEOUTLIERSFORTEST or RESTOREDATAFORTEST if the 
%    doUpdate flag was false.
%    
% See also mbcmodel.localresponse.RemoveOutliersForTest,
% mbcmodel.localresponse.RestoreDataForTest,
% mbcmodel.localresponse.OutlierIndicesForTest

%  Copyright 2006-2008 The MathWorks, Inc. 

% refit response features and other dependents
L.Object = UpdateLinks(L.Object,3);