Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: M - P
> MAXI
MAXI
Returns the index of the largest element of a matrix.
Format
MAXI (M)
Argument
M
A matrix.
Example
The following example illustrates the use of the MAXI function:
Function
MAXI({0.1, 0.2, 0.3, 3.3})
Result
4
Learn more about matrix/array functions
.
This site works best with JavaScript enabled