Files
RCBASIC4/doc/files/copymatrixcolumns.txt
2026-02-26 15:33:51 -06:00

8 lines
236 B
Plaintext

#title CopyMatrixColumns [RCBasic Doc]
#header Function CopyMatrixColumns(mA, mB, c, num_cols)
Copies the specified matrix columns from matrix mA to matrix mB.
Note: Matrix mB will be redimensioned to the size of the copied columns.