How to position two figures on one app-designer gridlayout position?
조회 수: 1 (최근 30일)
이전 댓글 표시
I need to overlay two figures on one app-designer gridlayout position. The two figures need to be one on top of the other, with the top figure's axles invisible.
Is it even possible?
댓글 수: 1
Adam
2020년 2월 10일
I'm pretty sure you can't have a figure parented by another figure, even with uifigures. You can have multiple axes, but if that is what you mean please try to give more precise details and terminology.
답변 (1개)
Hiro Yoshino
2020년 2월 10일
app.UIAxes.Visible = 'off';
Try this. It worked with my app where a push botton call this line so it can disappear.
참고 항목
카테고리
Help Center 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!