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

    function dim = getsplitdim( Tree, panel )
%XREGFITTREE/GETSPLITDIM Get the split dimension for a panel. 
%  GETSPLITDIM(T,PANEL) returns the index of the dimension that PANEL was split 
%  along. 
%
%  See also XREGFITTREE.

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


dim = Tree.SplitDim(panel);

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