Is datacursormode supported in appdesigner (R2017b)?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Joe Pashley
am 19 Mär. 2018
Bearbeitet: Bálint Décsi
am 2 Apr. 2019
The following code will not start datacursormode on my 3d scatter plot.
dcm_obj = datacursormode(app.wp_wearmap_plot);
set(dcm_obj,'DisplayStyle','datatip',...
'SnapToDataVertex','on','Enable','on');
I'm guessing this maybe unsupported at this moment. Is there any work arounds on this? I'm trying to store xyz point data by using the cursors location selection.
Thanks
0 Kommentare
Akzeptierte Antwort
Bálint Décsi
am 2 Apr. 2019
Bearbeitet: Bálint Décsi
am 2 Apr. 2019
Unfortunately, as it can be read on the "Graphics Support in App Designer" help page, UI figures do not support printing, nor do they support mouse or keyboard interactions (and App Designer uses UI fiugres). The topic is discussed under this thread as well: http://bit.ly/2VeznbV
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!