Syntax
ADDCOL(matrixname, vector, column_number)
Description
Add Column. Inserts values from vector into a column before column_number in the specified matrix. The size of vector must be the same as the number of rows in the matrix matrixname.
ADDCOL — Discussion