Wavelet Toolbox
  Go to function:
    Search    Help Desk 
tnodes    Examples   See Also

Terminal nodes.

Syntax

Description

tnodes is a tree management utility.

N = tnodes(T) returns the indices of terminal nodes of the tree structure T
(see maketree). N is a column vector.

The nodes are numbered from left to right and from top to bottom. The root index is 0.

N = tnodes(T,'deppos') returns a matrix N which contains the depths and positions of terminal nodes.

N(i,1) is the depth of i-th terminal node. N(i,2) is the position of i-th terminal node.

For [N,K] = tnodes(T) or [N,K] = tnodes(T,'deppos'), M = N(K) are the indices reordered in tree T, from left to right.

Examples

See Also

maketree, wtreemgr

[ Previous | Help Desk | Next ]