element = ELEMENTAT(matrix, rowno, colno)
Returns the values in the specified position of the matrix.
ELEMENTAT([1,2;3,4],0,0) = 1 ELEMENTAT([1,2;3,4],1,1) = 4