Wavelet Toolbox |
Syntax
Description
treedpth
is a tree-management utility.
D = treedpth(T)
returns the depth D
of the tree T
.
Examples
% Create binary tree (tree of order 2) of depth 3. t = ntree(2,3); % Plot tree t. plot(t) % Tree depth. treedpth(t) ans = 3
See Also
wtreemgr
tnodes | treeord |
© 1994-2005 The MathWorks, Inc.