SumV:

Path: Math/Linear

% Sum a set of vectors in a 3-by-n matrix

   Since version 1.
--------------------------------------------------------------------------
   Form:
   z = SumV( x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x             (3,n) Vectors

   -------
   Outputs
   -------
   z             (3,1) Row sum

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

Back to the Math Module page