  min
  Builtin Function



      SSyynnooppssiiss
        Minimum function.

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

        min ( _A, _B )

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

        If min is used with two arguments, then min returns a matrix the
        same size as _A and _B filled with the smallest 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
        mini, max, maxi





































