www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mctree/numChildren.m

    function n= numChildren(T)
%NUMCHILDREN Number of children of tree node.
%
%   NUMCH = NUMCHILDREN( T )

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



n= length(T.Children);