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

Parameter Description
Matrix name of source data matrix (see Arrays in functions)
MatrixResult destination matrix (see Arrays in functions; may be the same as source Matrix, if desired)

The MatrixTranspose function will transpose the specified source Matrix (see Arrays in functions) and place the resulting values in the matrix specified as MatrixResult. (The destination MatrixResult may be the same as the source Matrix if it is a square matrix and you wish to overwrite the original values of the source array.)

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.