QuickPlot:

Path: Common/Interface

--------------------------------------------------------------------------
   Plots output data from external simulations. 
   Call with no inputs to select a file manually.
--------------------------------------------------------------------------
   Form:
   [v, yLbls, time, name] = QuickPlot( file )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   file    (1,:)   File name

   -------
   Outputs
   -------
   v		{:}		Each cell is a plot {'state' 'output' 'input'}
	yLbls	{:}		Each cell is the y-axis name
	time	(1,:)	The time data
   name    {:}     The plot names

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

Children:

Common: General/DeleteCell
Common: General/StringToTokens
Common: Graphics/Plot2D

Back to the Common Module page