MATLAB: Can any one explain this to me

MATLAB

x = strmatch(u(i),l,'exact')

Best Answer

See the Description section of this documentation page for an explanation. That page also contains some examples showing how to call the strmatch function.