treedpth
Tree depth
Syntax
D = treedpth(
T
)
Description
treedpth
is a tree-management
utility.
D = treedpth(
returns the depth
T
)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
Version History
Introduced before R2006a