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

1 view (last 30 days)
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)

Answers (1)

Mukul Rao
Mukul Rao on 4 Dec 2017
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.

Tags

Community Treasure Hunt

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

Start Hunting!