Produces a row of the minimum values of each column of the input table.
COLMIN(a)
a |
- |
A series or table. |
A one-row table with the same number of columns as the input table.
colmin(ravel({1,2,3},{2,3,4}))
returns {{1, 2}}
Use COLMINIDX to find the indices of each column of an array.