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

    function RF = GetDefaults (RF)
%GETDEFAULTS  list of default response features 
% 
% RFdefaults = GetDefaults (RF);
%   
% See also mbcmodel.responsefeatures.GetAlternatives

% Copyright 2007 The MathWorks, Inc.


L = RF.Object;
L = SetFeat(L,'default');

RF.Object = L;