|
Contents | Previous | Next | Subchapters |
| Syntax |
mins(A1, A2, . . . , An) |
| See Also | maxs , max |
The return value is a scalar with the same type as the matrix
containing the largest element.
mins([1, 2], 3, -5.12)
returns
-5.12