10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
#title DeleteMatrixRows [RCBasic Doc]
|
|
#header Function DeleteMatrixRows(mA, r, num_rows)
|
|
|
|
Removes the specified rows from a matrix
|
|
|
|
Returns false if rows are outside matrix
|
|
|
|
#ref DeleteMatrixColumns
|
|
|