Use a grid/image get positional inputs and measure time in-between clicks.
Mostra commenti meno recenti
I was wandering whether it is possible to to use an image to get coordinate inputs for matlab and measure the time inbetween the responces at the same time.
For an example take a 10 by 10 grid. The user is asked to select a 5 points in the grid and coordinates of these 5 points will be recorded with the time it took to select each cordinate. So 5 (x, y) cordinates and 5 time intervals (from start to 1st point, 1st point to 2nd point, 2nd point to 3rd point, etc).
I'm aware that getpts(fig) function can be used to get the (x,y) cordinates but it doesn't return any time parameters. I tried playing with the built in code for getpts function trying to change it so I could also record the time but it seems it is impossible to change it in the way I need.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Image Processing Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!