ComputeDeltaV:

Path: Plotting/Derivation Functions

--------------------------------------------------------------------------
   Takes the 3-axis force in [kg*m/s/s] and computes the delta-v in [m/s].
--------------------------------------------------------------------------
   Form:
   out = ComputeDeltaV( varargin )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   varargin         (:)   Variable number of inputs, raw simulation data.

   -------
   Outputs
   -------
   out             (1,:)  Derived output data.

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

Children:

Math: Linear/Mag
Plotting: GUI/PlottingTool

Back to the Plotting Module page