MHTTrackTable:

--------------------------------------------------------------------------
   Generate a uitable object with measurement indices.
   Rows are labeled as .
   Columns are labeled with scan ID.
   Contents of table cells are measurement IDs for each scan.

   Type MHTTrackTable for a demo. Creates 2 table windows.
--------------------------------------------------------------------------
   Form:
   t = MHTTrackTable( h,  trk, k, pos )  New table "t" in figure "h"
   t = MHTTrackTable( [], trk, k, pos )  New table "t" in new figure
       MHTTrackTable( t,  trk, k )       Update table "t" with "k" tracks
       MHTTrackTable( t,  trk )          Update table "t" with all tracks
--------------------------------------------------------------------------

   ------
   Inputs    
   ------
   h         (1,1)   Figure handle or table handle
   trk       (:)     Track data structure
   k         (1,:)   Integer array. Set of tracks to include in table.
   pos       (1,4)   Normalized position of table in figure.

   -------
   Outputs
   -------
   t         (1,1)   Graphics handle for uitable object.

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
MHT: Utilities/MHTTrkToB