Arg Min Max Block

Arg Min Max Block

The Arg Min/Max block emits either the index of the minimum or index of the maximum of the vector/matrix passed into it. If a matrix is passed in, the block will emit the index of the minimum/maximum of the entire matrix, that index will be a linear index.

Parameters

  • Method [Min | Max]
    • Min: Emit the index of the smallest of all input signal.
    • Max: Emit the index of the largest of all input signal.

Examples

Arg Min Max Example