column
column(x, index)
Return a column from a matrix or array.
Try it yourself:
$1 | A = [[1, 2], [3, 4]]
| |
$2 | column(A, 1)
| |
$3 | column(A, 2)
|
See also:
All functions