look-up cell coordinates with min value in a matrix

Jean-Francois Charles's icon
Jean-Francois Charles's icon
Joshua Kit Clayton's icon

As for with standard objects, you might have success by joining the
planes of the matrix with corresponding coordinate values, and then
mask with @op == to test for the value passed to jit.bsort.
Otherwise, Java support might work for your needs if you're
comfortable with them. Take a peek at the jitvecprocess-example.pat
example and the Java tutorial for an initial introduction to
traversing Jitter Matrix values from within Java.

-Joshua

Jean-Francois Charles's icon