NetLogo 7.0.0-beta2:

matrix:copy

matrix:copy matrix

Reports a new matrix that is an exact copy of the given matrix. This primitive is important because the matrix type is mutable (changeable). Here’s a code example:

Take me to the full Matrix Extension Dictionary