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.
- Related topics
- MatrixGetDiagonal, MatrixGetRow, MatrixExtract, MatrixSetColumn, MatrixSetDiagonal, MatrixSetRow, MatrixCopy MatrixDuplicate. 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.