フィルターのクリア

How to restrict the ButtonDown callback to only the UIAxis part of the figure?

3 ビュー (過去 30 日間)
Leon
Leon 2022 年 10 月 13 日
コメント済み: Vinayak 2022 年 10 月 19 日
Hi,
I am creating an app which has multiple components in the figure. One of the functionalities I would like to have is to draw some curves in response to clicking on points in the UIAxis part of the figure. It seems that the way to go for this should be done via the UIFigureWindowButtonDown callback, but this executes at times which I don't want it to, e.g. when I am writing down parameters in edit fields.
What would be the recommended workaround?

採用された回答

Vinayak
Vinayak 2022 年 10 月 18 日
If you observe the documentation closely for the UIFigureWindowButtonDown callback, it executes whenever a uiaxes component is triggered even though uiaxes components do not support the ButtonDownFcn property.
The following documentation link may be helpful in giving more insight about callbacks.
https://www.mathworks.com/help/matlab/ref/matlab.ui.figureappd-properties.html
  2 件のコメント
Leon
Leon 2022 年 10 月 18 日
The issue is not that it does not trigger when I click on the uiaxis, but that it triggers when I click on other parts of the figure. What I want is for it to activate only when I click on the uiaxis.
Vinayak
Vinayak 2022 年 10 月 19 日
Check out the following documentation pertaining to a similar query,
https://www.mathworks.com/matlabcentral/answers/458264-using-windowbuttondownfcn-in-app-designer

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by