Path: Plotting/Parametric
% Parametric Plotting.
--------------------------------------------------------------------------
Form:
y = ParamPlot( data, yName, xName )
--------------------------------------------------------------------------
------
Inputs
------
data (.) Parametric Plotting Data Structure
yName (:) Name of variable to plot
xName (:) Name of x-axis variable
figName (:) Figure title (optional)
figNum (1) Figure number (optional)
-------
Outputs
-------
y {i}(j,k) i cells of j vectors, k long
--------------------------------------------------------------------------
Plotting: Utilities/FormatUnderscore Plotting: Utilities/PlotEngine Common: General/StringMatch Common: Graphics/NewFig
Back to the Plotting Module page