Command for merging columns from a pair of data matrices.
Syntax
MergeMatrices [options];
Menu Equivalent
Data→Merge Rectangular Matrices
Button Equivalent
Available Options
Name = Name
Specifies the name for the new matrix. This name cannot be in use by another matrix already in memory.
Matrix1 = Name | #Number
Specifies the first matrix to merge.
Columns1 = All | {Name | #Number, Name | #Number, etc.}
Specifies the columns from the first matrix to merge. The default is to include all columns.
Matrix2 = Name | #Number
Specifies the second matrix to merge.
Columns2 = All | {Name | #Number, Name | #Number, etc.}
Specifies the columns from the second matrix to merge. The default is to include all columns.