GetMatrixRows(mA, mB, row, num_rows)
Creates matrix mB from the rows specified in matrix mA
Example:
GetMatrixRows (
0
,
1
,
2
,
1
)