TriangleWave:

Path: Math/MathUtils

% Generates a triangle wave. 0 is the beginning and 2*pi is the end.
--------------------------------------------------------------------------
   Form:
   y = TriangleWave( x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x	(1,:)	Input

   -------
   Outputs
   -------
   y (1,:) Triangle wave

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

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Math Module page