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