getcol
Gets a given column from a 2-dimensional array as a vector.
The output is an 1-d array with the contents of the requested column
Syntax
Initialization
iout[] -- output array containing the extracted column. It will be created if it does not exist.
iin[] -- input 2-dimensional array.
icol -- column to be extracted.
Performance
kout[] -- output array containing the extracted column. It will be created if it does not exist.
kin[] -- input 2-dimensional array.
kcol -- column to be extracted.
Examples
Here is an example of the getcol opcode. It uses the file getcol.csd.
See Also
Credits
Author: Victor Lazzarini
NUI Maynooth
2014
New in version 6.04