GetMatrixColumns(mA, mB, column, num_columns)
Creates matrix mB from the columns specified in matrix mA
Example:
GetMatrixColumns (
0
,
1
,
2
,
1
)