Statistica Visual Basic Library of Matrix Functions - MatrixGetColumn (Matrix, Column, ColVector)

Parameter Description
Matrix name of source data matrix (see Arrays in functions)
Column number of the column to be retrieved
ColVector destination vector (see Arrays in functions) to contain the column retrieved from source matrix

The MatrixGetColumn function will copy the values from the specified Column in the source Matrix (see also Arrays in functions) and place them in the destination vector specified as ColVector.