Tree order
ORD = treeord(
T
)
treeord
is a tree-management
utility.
ORD = treeord(
returns
the order T
)ORD
of the tree T
.
% Create binary tree (tree of order 2) of depth 3. t = ntree(2,3); % Plot tree t. plot(t)
% Tree order. treeord(t) ans = 2