Visualizing figure in app designer
Mostrar comentarios más antiguos
Hi I have a function in callback of app designer that returns few figures. How do i plot them in UIAxes. I know that it is possible to use plot(app.UIAxes, x, y) but I havent got access to x and y coordinates of this figure.
Thank you for all your help
6 comentarios
Walter Roberson
el 15 de Sept. de 2023
What do you have access to?
Adam Danz
el 15 de Sept. de 2023
How are the figures generated within the callback?
Michal
el 15 de Sept. de 2023
Michal
el 15 de Sept. de 2023
Adam Danz
el 15 de Sept. de 2023
> plot(ax2,XYVAL(:,1),XYVAL(:,2));
Those are the x and y coordinates. Why don't you have access to them?
Michal
el 15 de Sept. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Graphics Object Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!