www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregmodel/SetStandardFit.m

    function varargout = SetStandardFit( m )
%XREGMODEL/SETSTANDARDFIT   Set the fit algorithm to the usual algorithm.
%   SETSTANDARDFIT(M) does nothing for general XREGMODELs M.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


if nargout == 1
    varargout{1} = m;
end

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|