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
--------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeleteCell Common: General/MatToCell Common: General/StringMatch Common: General/StringToTokens Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Common Module page