How to apply a function to each column¶
Select a column with From¶
Use ⌷ (From) with rank 0 1 to select a column by index:
This selects column 2 from each row (1-cell) of M.
Transpose, operate, transpose back¶
For arbitrary functions, transpose the matrix, operate on rows, then transpose back:
See also: Apply to rows, Replace bracket-axis