How to sense if axes is clicked with ButtonDownFcn (GUI)

1 回表示 (過去 30 日間)
Louka Fortin-Sirianni
Louka Fortin-Sirianni 2020 年 12 月 6 日
回答済み: Sahithi Kanumarlapudi 2020 年 12 月 16 日
Hi,
I'm doing a project and my goal is to do a chess game in matlab's GUI. The problem I'm facing right now is that I can't figure out a way to make the code sense (in real time) if the axes object is clicked on. The best I can do is to implement a pushbutton to display the CurrentPoint on my axes, however, I'd like to make it spontaneous.
I see that with the ButterDownFcn applied on the figure (GUI background) there is a way, since there is a script callback generated for it in the .m file, but not for the specific ButtonDownFcn of the axes object.
I'm not sure if my question is well formulated enough, so let me know if you need more informations, I'd really appreciate it.
Thanks!
  1 件のコメント
Rik
Rik 2020 年 12 月 9 日
It sounds like you are using GUIDE. I would strongly recommend you do not do that.

サインインしてコメントする。

回答 (1 件)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2020 年 12 月 16 日
Hi,
Along with the above suggestion, referring to the similar question at the below link might help you

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by