Path: Plotting/GUI
% Plot and animate simulation data from a GUI.
 To load data from the workspace:
   PlottingTool( 'load sim data', d );
 where "d" is a data structure with fields:
       .time
       .data
       .dataNames
       .objNames
       .units
--------------------------------------------------------------------------
   Form:
   tag = PlottingTool( action, modifier )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   action          (1,:)   Action to be taken 
   modifier        (:)     Modifier to the message
   -------
   Outputs
   -------
   tag             (1,:)   Returns the window tag on initialization
--------------------------------------------------------------------------
Plotting: GUI/AnimationGUI Plotting: GUI/DeriveData Plotting: GUI/DisplayFilter Plotting: GUI/GroupVariables Plotting: Utilities/FormatUnderscore Plotting: Utilities/GetSimData Plotting: Utilities/ReadOutputFile Common: Control/Limit Common: FileUtils/FindDirectory Common: General/CloseFigure Common: General/CloseUIElement Common: General/DeleteSuffix Common: General/SetUIElement Common: General/StringMatch Common: General/UIElement Common: General/fixpopupuicontrol Common: Help/HelpSystem
Back to the Plotting Module page