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일

0 개 추천

Unfortunately, No, there is no way to configure a default for that since R2014b (there was for R2014a and before.)

댓글 수: 2

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!
How would it go in R2014a?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

릴리스

R2017a

질문:

2018년 6월 8일

댓글:

2020년 2월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by