Borrar filtros
Borrar filtros

Enabling Data Cursor in App Designer?

22 visualizaciones (últimos 30 días)
Alexander Bennett
Alexander Bennett el 14 de Feb. de 2017
Editada: Adam Danz el 4 de Mayo de 2021
How can I enable the data cursor for all plots in a UIFigure made in the new App Designer?
I have tried datacursormode(app.UIFigure1) but get the error message:
Undefined function 'getAxisComponent' for input arguments of type 'handle.handle'.
  5 comentarios
Farley Postgate
Farley Postgate el 21 de Abr. de 2020
Would be very nice, at this point the activeX gui plots are more advanced because of this!
Lucas Acuna Scafati
Lucas Acuna Scafati el 5 de Mayo de 2020
Same here, using App Designer 2017b and looking for a solution. Did any of you guys find a workaround?

Iniciar sesión para comentar.

Respuestas (2)

Adam Danz
Adam Danz el 4 de Mayo de 2021
Editada: Adam Danz el 4 de Mayo de 2021
datacursormode is supported in uifigures (e.g. app designer) starting from R2020a I believe (tested in R2021a).
For example, place this in your app's startup function,
datacursormode(app.UIFigure, 'on')
ginput is also supported in uifigures (e.g. app designer) starting in R2020b, I believe. However, since ginput still does not have an input option for an axes handle, you have to follow steps outlined in this answer so that ginput acts on the correct axes.

Raghu S
Raghu S el 27 de Jul. de 2018
datacursormode, ginput, and rect are unsupported in-app designers. Expected to be added in future release.
  3 comentarios
David Giger
David Giger el 4 de Mayo de 2021
I'd love to know that too
Adam Danz
Adam Danz el 4 de Mayo de 2021
@Lee & @David Giger I noticed your comments were made in 2021 so I've updated this thread with a new answer that addresses your comments.

Iniciar sesión para comentar.

Categorías

Más información sobre Develop uifigure-Based Apps en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by