Statistica Visual Basic Library of Matrix Functions - MatrixDuplicate (Matrix, MatrixResult)

Parameter Description
Matrix name of source data matrix (see Arrays in functions)
MatrixResult name of destination data matrix (see Arrays in functions)

The MatrixDuplicate function will copy all values from the specified Matrix (see Arrays in functions) and place the values in the specified MatrixResult.

Related topics
MatrixCopy, MatrixExtract, MatrixGetColumn, MatrixGetRow. 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.