How to select data points in GUI and save it with some score
Afficher commentaires plus anciens
Hi I have a GUI as shown in the figure. I need curser to select multiple points over the image and for each point I need to append some score. Let's say point 1 with 3 and 2 with 5. I added the curser tool but how to extarct and link the score with that point. I will appreciate your help. Thank you
1 commentaire
Walter Roberson
le 26 Mai 2016
You did not include the figure.
Réponses (1)
Walter Roberson
le 26 Mai 2016
0 votes
I recommend using an ButtonPressFcn callback attached to the image object. The callback would do something like get the CurrentPoint of the axes for the location, and pop up a window that allowed you to input the score.
1 commentaire
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
