How do I click a point on a GUI and have it open another GUI?

1 次查看(过去 30 天)
I have a GUI that reads in the plot_google_map.m. I have a point plotted off the coast of a country. What is supposed to happen is when I click that point another GUI is supposed to open. Not asking for code but help to reason it out. Please let me know if any more information is needed. Thank you in advance.
(Apologies for typos)

回答(1 个)

Mukul Rao
Mukul Rao 2017-12-4
Hi, the CurrentPoint property of the axes and its ButtonDownFcn callback would be a good place to start. If the distance of the "CurrentPoint" from the point of interest on the map is below a certain tolerance, you can basically call another function that generates a new GUI if one doesn't exist.

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by