home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / DATAFUN.DI$ / MIN.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  509 b   |  13 lines

  1. %MIN    Smallest component.
  2. %    For vectors, MIN(X) is the smallest element in X. For
  3. %     matrices, MIN(X) is a vector containing the minimum element
  4. %     from each column. [Y,I] = MIN(X) stores the indices of the 
  5. %     minimum values in vector I. MIN(X,Y) returns a matrix the
  6. %     same size as X and Y with the smallest elements taken from X
  7. %     or Y. When complex, the magnitude MIN(ABS(X)) is used.
  8. %
  9. %    See also MAX, MEDIAN, MEAN, SORT.
  10.  
  11. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  12. %    Built-in function.
  13.