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

Recompose node.

Syntax

Description

nodejoin is a tree management utility.

T = nodejoin(T,N) returns the modified tree structure T corresponding to a recomposition of the node N.

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

T = nodejoin(T) is equivalent to T = nodejoin(T,0).

Examples

See Also

maketree, nodesplt, wtreemgr

[ Previous | Help Desk | Next ]