Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: M - P
> MIN
MIN
Returns the value of the smallest element of a matrix.
Format
MIN (M)
Argument
M
A matrix.
Example
The following example illustrates the use of the MIN function:
Function
MIN({{2,4,5},{1,8,2}})
Result
1.0
Learn more about matrix/array functions
.
This site works best with JavaScript enabled