My question is rather simple, does anyone know a way to have matlab's ginput ignore subsequent clicks at the same location?
I've thought of some possibilities, like a for loop that checks the stored arrays for identical values and remove them, but then I run into trouble with the length of the for loop (as the arrays change size by removing stuff), so that doesn't work. I suppose there should be some easy workaround, but I haven't been able to figure one out yet..