Statistica Visual Basic Library of Matrix Functions - MatrixLogicalOr (Matrix1, Matrix2, MatrixResult)
Parameter | Description |
Matrix1 | name of first data array (see Arrays in functions) |
Matrix2 | name of second data array (see Arrays in functions) |
MatrixResult | destination matrix (see Arrays in functions) |
The MatrixLogicalOr function will compare each element of Matrix1 and Matrix2 (see also Arrays in functions). Each element in MatrixResult will contain a 1 if either of the corresponding elements of the two matrices are true (i.e., greater than 0), and a 0 otherwise.
- Related topics
- MatrixLogicalAnd, MatrixLogicalNot. 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.