home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 336 b | 14 lines | [TEXT/RLAB] |
- mini:
-
- Syntax: mini ( A )
-
- Description:
-
- Mini returns the index of the minimum value contained in
- matrix. If the input argument (A) is a vector, then the index
- of the smallest value is returned. If A is a MxN matrix, then
- a row-vector of the column indices of the smallest column
- values of A is returned.
-
- See Also: max, maxi, min
-