samf icon indicating copy to clipboard operation
samf copied to clipboard

[vert_delta,tmp, horiz_delta] = find(response == max(response(:)), 1);

Open ooohWell opened this issue 4 years ago • 0 comments

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!!!

ooohWell avatar Dec 19 '20 12:12 ooohWell