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

    function m= saveobj(m);
% XREGMULTI/SAVEOBJ

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



m.xregmodel= saveobj(m.xregmodel);
for i=1:length(m.models)
	m.models{i}= saveobj(m.models{i});
end