DeleteMatrixRows( mA, row, num_rows )
Delete a number of rows in matrix mA starting at a given row
Example:
DeleteMatrixRows (
0
,
1
,
2
)