[mmmaxtree] [Up] [mmmaxgetimage] MaxTree Constructor

mmmaxsubtree
Returns the subtree rooted at the given node.

Synopsis

function y = mmmaxsubtree ( 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.

[mmmaxtree] [Up] [mmmaxgetimage]