フィルターのクリア

Change default Update Function for datatips

5 ビュー (過去 30 日間)
Marco Pasquali
Marco Pasquali 2018 年 6 月 8 日
コメント済み: michael fried 2020 年 2 月 12 日
Is it possible to change the default Update Function for datatips?
I know I can change it for an existing figure fig with
set(datacursormode(fig), 'UpdateFcn', @my_update_fcn)
but I'm asking if it possible to change it for all future figures that will be created after. One possible solution is to create a "new" figure command that execute the previous code before showing the window, but that doesn't seem the optimal way to do it.

採用された回答

Walter Roberson
Walter Roberson 2018 年 6 月 8 日
Unfortunately, No, there is no way to configure a default for that since R2014b (there was for R2014a and before.)
  2 件のコメント
Marco Pasquali
Marco Pasquali 2018 年 6 月 8 日
That's really unfortunate. I suppose that was a byproduct of some background change, since I don't quite understand why Mathworks had to remove this functionality.
Thanks!
michael fried
michael fried 2020 年 2 月 12 日
How would it go in R2014a?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by