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

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

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



for i=1:length(m.Global);
	m.Global{i}= reset(m.Global{i});
end
if isa(m.datum,'xregmodel')
	m.datum= reset(m.datum);
end
m.xregmodel= reset(m.xregmodel);