How to enable data tips?

39 ビュー (過去 30 日間)
Kacper Gawinkowski
Kacper Gawinkowski 2019 年 11 月 16 日
コメント済み: Adam Danz 2020 年 10 月 18 日
Hi guys, i have a problem with enabling data tips in matlab R2019b.
Im using app designer and would like to add data tips to the UIAxes.
I try using:
datacursormode(app.Bitmap);
where app.Bitmap is the UIXes name, but it gives me an error saying
"Error using datacursormode (line 154)
Invalid figure handle"
So i have no idea what to do now and Id prefer not to make a figure outside GUI.
Thanks in advance

回答 (1 件)

Adam Danz
Adam Danz 2019 年 11 月 16 日
編集済み: Adam Danz 2020 年 2 月 18 日
The optional input to datacursormode() is a figure handle, not an axis handle. Data cursor mode has only recently been supported in app designer axes and it's 'on' by default. The datacursormode() does not have an effect on app designer figures, though (r2019b, according to my test)
What release of Matlab are you using?
Also see
  10 件のコメント
Nick Bennett
Nick Bennett 2020 年 10 月 18 日
Great! The functionality you highlight is precisely what we need to help migrate some of our GUIDE applications to appdesigner. Thank you again, Adam, for your expert advice and assistance on this. Much appreciated.
Adam Danz
Adam Danz 2020 年 10 月 18 日
Thanks for the feedback, Nick.
If you wanted to format the datatip to make it appear like the default style, you can follow another demo of mine in this comment:

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

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by