Can anybody explain me the meaning of the below mathematical expression in simple English? Here $\text{index}, l, i, j$ are positive integers. $m$'s and $x$'s are decimal numbers.
$$\text{index}=\underset{l}\arg\left[\underset{l=1}{\overset{N}{\wedge}}\underset{j=1}{\overset{n}{\vee}}|m_{ij}-x_j|\right]$$
Meaning of the $\wedge, \vee$ signs are not clear to me as the expression is absolutely not related to propositional logic.
I have come across the expression while studying the paper "A Low-Cost EMG-Controlled Anthropomorphic Robotic Hand for Power and Precision Grasp" (ScienceDirect link). This is equation (11) in section 2.2.1 ("Bio-signal classification subsystem").
Here's a screenshot of the surrounding text:

I think, as @kimchilover said the l which minimizes the value of the absolute difference, is the resultant index.
– Debbie Mar 20 '20 at 13:29https://www.sciencedirect.com/science/article/pii/S0208521619304693
– Debbie Mar 20 '20 at 13:33