6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
#title IncrementMatrixRows [RCBasic Doc]
|
|
#header Sub IncrementMatrixRows(mA, mB, r, num_rows, value)
|
|
|
|
Increments all the values in a specified number of rows in matrix mA, starting from row r. The result is stored in matrix mB
|
|
|