[maxtree] [Up] [maxgetimage] MaxTree Constructor

maxsubtree
Returns the subtree rooted at the given node.

Synopsis

y = maxsubtree ( maxtree , level , index )

Input

maxtree MaxTree

The MaxTree.

level Double

Level of the node.

index Double

Index of the node.

Output

y MaxTree

Node subtree

Description

Returns the subtree rooted at the given node. Make sure the node exists before calling this function.

[maxtree] [Up] [maxgetimage]