DeleteMatrixColumns( mA, column, num_columns )
起点となる列を指定して行列 mA から指定数の列を削除します。
用例:
DeleteMatrixColumns (
0
,
1
,
2
)