send image to background to visible axes

5 visualizaciones (últimos 30 días)
Asma
Asma el 6 de Feb. de 2025
Comentada: Voss el 10 de Feb. de 2025
I have a picture in appdesigner and I put some buttons on it. By pressing the buttons I want a plot is shown. However the plot axes is behind the picture and not visible. How can I move the image to background when the button is pressed and the plot will be shown??

Respuestas (1)

Voss
Voss el 6 de Feb. de 2025
axes and uiaxes objects always appear behind other UI components including uiimages, so there is no way to move the uiimage behind the axes.
Perhaps one way to achieve the effect you want is to use an image object (which exists in the axes) instead of a uiimage object.
  4 comentarios
Asma
Asma el 10 de Feb. de 2025
Thank you i tried panel and it was exactly the one I needed. :)
Voss
Voss el 10 de Feb. de 2025
You're welcome! Any other questions, let me know. Otherwise, please "Accept" this answer. Thanks!

Iniciar sesión para comentar.

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by