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
--------------------------------------------------------------------------