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

    function m = getmean( Tree, panel )
%XREGFITTREE/GETMEAN Get the mean data value for a given panel.
%  GETMEAN(T,PANEL) returns the mean data value for the given PANEL. 
%
%  See also XREGFITTREE.

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


m = Tree.Mean(panel);

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