NetLogo 7.0.0-beta2:

matrix:+

m1 matrix:+ m2

Reports a matrix, which is the result of adding the given matrices and/or scalars. This is exactly the same as matrix:plus m1 m2

Takes precedence after matrix:*, same as normal addition.

Take me to the full Matrix Extension Dictionary