Wavelet Toolbox
  Go to function:
    Search    Help Desk 
wtreemgr    See Also

Manager for tree structure.

Syntax

Description

wtreemgr is a tree management utility.

Allowed values for OPT and associated uses are described in the functions listed in the See Also section:

'allnodes'
:
All nodes
'isnode'
:
Check if node
'istnode'
:
Check if terminal node
'create'
:
Create a tree
'nodeasc'
:
Node ascendants
'nodedesc'
:
Node descendants
'nodepar'
:
Node parent
'ntnode'
:
Number of terminal nodes
'tnodes'
:
Terminal nodes
'order'
:
Order of tree
'depth'
:
Depth of tree

For tree structure implementation see maketree.

See Also

allnodes, isnode, istnode, maketree, nodeasc, nodedesc, nodepar, ntnode, tnodes, treedpth, treeord



[ Previous | Help Desk ]