9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
#title DeleteMatrixColumns [RCBasic Doc]
|
|
#header function DeleteMatrixColumns(mA, c, num_cols)
|
|
|
|
Removes the specified columns from a matrix
|
|
|
|
Returns false if column are outside matrix
|
|
|
|
#ref DeleteMatrixRows
|