samf
samf copied to clipboard
[vert_delta,tmp, horiz_delta] = find(response == max(response(:)), 1);
hi ihpdep, thanks for your share about you code. i am confused about the code
[vert_delta,tmp, horiz_delta] = find(response == max(response(:)), 1); in tracker.m
I can't understand what the tmp mean? i search the document about the find() and see [row,col,v] = find(___)
could you tell me what the tem is or what the find() return?
thank you!!!