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

    function m= cleanup(m);
% CLEANUP clears stored data
%
% m= cleanup(m)
% This function clears the xreglinear 'Store' field which is used
% to store data for efficient calculation of statistics. It is not required 
% for model evaluation and so should be cleared using this method after all
% statistics have been caculated.

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



%m.xreg3xspline= set(m.xreg3xspline,'Store',[]);