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