10 lines
208 B
Plaintext
10 lines
208 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
|
|
|