CBIND matrix function
Description
CBIND(A,B[,..]) returns a matrix with matrix B appended to matrix A, column-wise. Matrix A and B must have the same number of rows.
CBIND(A,B[,..]) returns a matrix with matrix B appended to matrix A, column-wise. Matrix A and B must have the same number of rows.