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

Parameter Description
Matrix name of target data matrix (see Arrays in functions)
Column number of the column to be changed
ColVector source vector (see Arrays in functions) containing the values to be placed into the source matrix

The MatrixSetColumn function will place the values from the specified ColVector into the specified column of the target Matrix (see also Arrays in functions).

Related topics
MatrixSetDiagonal, MatrixSetRow, MatrixFill, MatrixRead, MatrixExtract, MatrixGetColumn, MatrixGetDiagonal, 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.