ParseCommand:

Path: SC/GUIPlugIn

% Parse a command string
--------------------------------------------------------------------------
   Form:
   [timeTag, command, index, data] = ParseCommand( s, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s               (1,:)   Command string
   d               (1,1)   Data structure describing the commands

   -------
   Outputs
   -------
   timeTag         (1,:)   Command time tag
   command         (1,:)   Command
   index           (1,1)   Command index
   data            (1,1)   Command data
 
--------------------------------------------------------------------------

Children:

Common: General/DeBlankLT

Back to the SC Module page