send image to background to visible axes

5 vues (au cours des 30 derniers jours)
Asma
Asma le 6 Fév 2025
Commenté : Voss le 10 Fév 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??

Réponses (1)

Voss
Voss le 6 Fév 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 commentaires
Asma
Asma le 10 Fév 2025
Thank you i tried panel and it was exactly the one I needed. :)
Voss
Voss le 10 Fév 2025
You're welcome! Any other questions, let me know. Otherwise, please "Accept" this answer. Thanks!

Connectez-vous pour commenter.

Produits


Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by