NetLogo 7.0.0-beta2:

matrix:get

matrix:get matrix row-i col-j

Reports the (numeric) value at location row-i (second argument), col-j (third argument), in the given matrix given in the first argument

Take me to the full Matrix Extension Dictionary