send image to background to visible axes

조회 수: 6 (최근 30일)
Asma
Asma 2025년 2월 6일
댓글: Voss 2025년 2월 10일
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??

답변 (1개)

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

댓글을 달려면 로그인하십시오.

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by