TOMHTTreeAnimation:
--------------------------------------------------------------------------
Animates a TOMHT tree.
Type TOMHTTreeAnimation for a demo.
--------------------------------------------------------------------------
Form:
TOMHTTreeAnimation( action, tracks )
TOMHTTreeAnimation( action, tree )
TOMHTTreeAnimation( action, b )
--------------------------------------------------------------------------
------
Inputs
------
action 'initialize' or 'update'
tracks (.) Track data structure array, OR:
tree {.} Tree data structure cell array, OR:
b (:,:) Track tree matrix with IDs in first column
-------
Outputs
-------
None
--------------------------------------------------------------------------
See also MHTTreeDiagram.
--------------------------------------------------------------------------
Children:
MHT: Graphics/MHTTreeDiagram