Borrar filtros
Borrar filtros

Show image with dialog box for user input

13 visualizaciones (últimos 30 días)
Abhilash Sukumari
Abhilash Sukumari el 19 de Oct. de 2021
Comentada: Walter Roberson el 28 de Oct. de 2021
I would like to show an image and user to use datatips and export the datatips and then run the subsequent code based on the exported datatips.
How to control the user input during this step and then proceed. Right now, I have a dialog box "Select two datatips" and imshow() but the code proceeds to run immediately after the imshow() command.

Respuestas (1)

Srijith Kasaragod
Srijith Kasaragod el 28 de Oct. de 2021
Hi Abhilash,
Once you display the image to user, you can use 'datacursormode' function to create a data cursor manager object for the current figure. Calling 'getCursorInfo' on this object returns a structure with one of the fields as the position of the selected datatip point on the image.
Refer this question and answers. It might help you in implementing the required code.
Regards.

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by