| Wavelet Toolbox | Search  Help Desk |
| treeord | Examples See Also |
ORD = treeord(T)
treeord is a tree management utility.
ORD = treeord(T) returns the order ORD of the tree T.
% Create binary tree (tree of order 2) of depth 3.
t = maketree(2,3);
% Plot tree structure t.
plottree(t)

% Tree order.
treeord(t)
ans =
2
maketree, wtreemgr