Joining and Subdividing Arrays

augment(A, B, C, ...) Returns an array formed by placing A, B, C, ... left to right.

stack(A , B, C, ...) Returns an array formed by placing A, B, C, ... top to bottom.

submatrix(A, ir, jr, ic, jc) Returns the matrix consisting of rows ir through jr and columns ic through jc of array A.

Arguments:

Notes:

QuickSheet

Related Topics