Creates a copy of the matrix.
Creates either a named or unnamed copy of the matrix.
Syntax
matrix_name.copy
matrix_name.copy dest_name
Examples
m1.copy
creates an unnamed copy of the matrix M1.
m1.copy m2
creates M2, a copy of the matrix M1.
Cross-references