NetLogo 7.0.0-beta2:

matrix:plus-scalar

matrix:plus-scalar matrix number

As of NetLogo 5.1, matrix:plus can add matrices and scalars making this function obsolete. Use matrix:plus instead.

Reports a matrix, which is the result of adding the constant number to each element of the given matrix.

Take me to the full Matrix Extension Dictionary