Statistica Visual Basic Library of Matrix Functions - MatrixCombineHoriz (Matrix1, Matrix2, MatrixResult)
Parameter | Description |
Matrix1 | name of first data matrix (see Arrays in functions); will be on the left in MatrixResult |
Matrix2 | name of second data matrix (see Arrays in functions); will be on the right in MatrixResult |
MatrixResult | destination matrix (see Arrays in functions) |
The MatrixCombineHoriz 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 rows, and the number of columns in MatrixResult will be equal to the sum of the number of columns in Matrix1 and Matrix2.
- Related topics
- MatrixCombineVert, 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.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.