InsertMatrixRows (mA, row, num_rows )
Insert a number of empty rows into matrix mA starting at the specified row.
Example:
InsertMatrixRows (
0
,
1
,
2
)