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)
0 件のコメント
回答 (1 件)
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.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!