필터 지우기
필터 지우기

How to put an image behind a UIAxes in App Designer?

조회 수: 21 (최근 30일)
Daniel Martínez
Daniel Martínez 2021년 8월 24일
편집: Anshika Chourasia 2021년 9월 8일
I'm new to Matlab, I'm trying to put an image behind a UIAxes component in App Designer, but when I reorder the image component, the UIAxes component keeps the position behind the image. This image better describes my problem.
Any help is appreciated.

답변 (1개)

Anshika Chourasia
Anshika Chourasia 2021년 9월 8일
편집: Anshika Chourasia 2021년 9월 8일
The reason for such behavior is because axes and other graphics objects cannot stack in front of UI components and containers. They appear behind UI components and containers.
You can work around this restriction by grouping axes and graphics objects into separate containers. Then by organizing the containers you can stack them in the desired order.
Please refer the following documentation for more information: Lay Out a UI Programmatically - MATLAB & Simulink (mathworks.com)

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by