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