  max
  Builtin Function



      SSyynnooppssiiss
        Maximum function

      SSyynnttaaxx
        max ( _A )

        max ( _A, _B )

      DDeessccrriippttiioonn
        Max returns the maximum value(s) contained in the matrix _A. If
        the argument is a vector, then the largest value is returned.
        If _A is a MxN matrix, then a row-vector of N columns is returned
        containing the maximum value from each column of _A.

        If max is used with two arguments, then max returns a matrix the
        same size as _A and _B filled with the largest elements from _A and
        _B.

        When matrix elements are complex the absolute value is used for
        comparison purposes.


     SSeeee AAllssoo
        maxi, min, mini





































