NetLogo 7.0.0-beta2:

matrix:set

matrix:set matrix row-i col-j new-value

Changes the given matrix by setting the value at location row-i, col-j to new-value

Take me to the full Matrix Extension Dictionary