How can I draw interactively a polygon on axes in App designer ?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am making an app on App designer and I need to be able to draw interactively a polygon on an image display on an axes.
I already tried imploy, roipoly and drawpolygon functions with 'app.UIAxes' as 'ax' parameter but none of them seem to be accepted by App designer.
Can someone help me ?
Thanks,
Anatole Jimenez
3 comentarios
Respuestas (2)
Harshita Gupta
el 28 de Mzo. de 2019
Hello,
If you are using version R2018b or earlier then try mapping the current point of a UIFigure to the UIAxes.Should probably help.
Pietro Prestininzi
el 7 de Feb. de 2020
Having the same problem here, version 2019b.
News on the topic?
2 comentarios
Anatole Jimenez
el 7 de Feb. de 2020
Hello Pietro,
Unfortunately I didn't find any solution at that time so I used an alternative.
I just open a new figure window when calling for a draw and repeat my figure on it.Then I use the function drawpolygon as it works on non-GUI figure.
Ver también
Categorías
Más información sobre Object Containers en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!