elementat

Type: External

Group: matrix

Syntax

element = ELEMENTAT(matrix, rowno, colno)

Description

Returns the values in the specified position of the matrix.

Examples

ELEMENTAT([1,2;3,4],0,0) = 1 ELEMENTAT([1,2;3,4],1,1) = 4

See Also