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