Statistica Visual Basic Library of Matrix Functions - MatrixCombineVert (Matrix1, Matrix2, MatrixResult)

Parameter Description
Matrix1 name of first data matrix (see Arrays in functions); will be on the top in MatrixResult
Matrix2 name of second data matrix (see Arrays in functions); will be on the bottom in MatrixResult
MatrixResult destination matrix (see Arrays in functions)

The MatrixCombineVert function will combine the elements of the two specified matrices (see Arrays in functions), placing the resulting values in the specified array (see parameter MatrixResult). Matrix1 and Matrix2 must have the same number of columns, and the number of rows in MatrixResult will be equal to the sum of the number of rows in Matrix1 and Matrix2.

Related topics
MatrixCombineHoriz, MatrixRead, MatrixDisplay. For more information on using arrays, see Arrays in functions. For a complete list of matrix functions, see Statistica Visual Basic library of matrix functions.