Path: Common/Plugins
% Plot real time data in a single window.
--------------------------------------------------------------------------
Form:
tag = TelemetryPlot( action, modifier, u )
--------------------------------------------------------------------------
------
Inputs
------
action (1,:) Action
modifier (:) On initialization this is the struture
.tLabel
.tLim (1,2) [start stop]
.yLim (:,2) [min max] if equal RealTimePlot will use [-1 1]
.yLabel {:} Cell array with y labels
.t (1,1) Initial time
.y (1,1) Initial state vector
u (:) .data {:} Data
.t (1,1) Time
-------
Outputs
-------
tag (1,1) Tag to the plot page
--------------------------------------------------------------------------
ACPro: Help/HelpSystem Common: CommonData/xSplashMini Common: FileUtils/OpenFile Common: General/CenterFigure Common: General/CloseFigure Common: General/DeBlankLT Common: General/IsVersionAfter Common: General/SaveStructure Common: General/SetUIElement Common: General/StringMatch Common: General/StringToTokens Common: General/StructToCell2D Common: General/UIElement Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Plugins/Telemetry Common: Time/DTAToDTS Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2Date Common: Time/JDToDateString Math: MathUtils/R2P5
Back to the Common Module page