PlotThermal:

Path: Thermal/ThermalGraphics

% Plots flux and temperature time histories.
 The spacecraft data structure is used to label the temperatures by
 component name in the plot legends. Additional pages are created when
 there are more than 6 components.
--------------------------------------------------------------------------
   Form:
   PlotThermal( q, temp, t, g, units )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   q              (:,:)  Flux. Each row is a component
   temp           (:,:)  Temperature. Each row is a component
   t              (1,:)  Time (sec)
   g              (.)    Spacecraft data structure
   units          {2}    {'Flux units' 'Temperature units' }

   -------
   Outputs
   -------
   None

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

Children:

Common: Graphics/Plot2D
Common: Graphics/TimeLabl

Back to the Thermal Module page