  any
  Builtin Function



      SSyynnooppssiiss
        Check if _a_n_y elements are non-zero.

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

      DDeessccrriippttiioonn
        When _A is a vector (row or column):

          any returns TRUE (1) if any of the elements of _A are non-
          zero.  any returns FALSE (0) otherwise.


     When _A is a matrix:

          any operates on the columns of _A, returning a row-vector
          of ones and zeros.



     SSeeee AAllssoo
        all







































