Limit:

-------------------------------------------------------------------------------
   Limits a matrix. If limit is a scalar then the limits are set at
   ±limit.
-------------------------------------------------------------------------------
   Form:
   x = Limit( x, limit )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   x                      Vector to be quantized
   limit          (2)     Limit values [max,min]
   

   -------
   Outputs
   -------
   x                      x limited to be between the limits.

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

Children: