NetLogo 7.0.0-beta2:

matrix:get-row

matrix:get-row matrix row-i

Reports a simple (not nested) NetLogo list containing the elements of row-i (second argument) of the matrix supplied in the first argument.

Take me to the full Matrix Extension Dictionary