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

    function m= reset(m);
% XREGLINEAR/RESET

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



% include all terms in model
m= IncludeAll(m);
m.xregmodel= reset(m.xregmodel);