InsertMatrixColumns (mA, column, num_columns )
Insert a number of empty columns into matrix mA starting at the specified column.
Example:
InsertMatrixColumns (
0
,
1
,
2
)