app.UIAxes stuck in Background
4 次查看(过去 30 天)
显示 更早的评论
Hi, I'm using Matlab app designer with Matlab R2022b and all UIAxes I used are stuck in the Background. In the Component browser I can reorder them but they will allways stay behind all other Components.
Did anyone experience the same Problem and knows how to avoid it ?
Thanks Moritz
4 个评论
回答(1 个)
Amit Dhakite
2023-6-6
This is a known issue in MATLAB.
As a workaround, you can wrap your "uiaxes" with a "uipanel" and it will be visible over the "uiimage". For the "uipanel", you can turn the Border Type to "none" and the Title to the empty string.
A simple example demonstrating this is attached here for your reference.
To know more about "uipanel", kindly refer to the following link: https://www.mathworks.com/help/matlab/ref/uipanel.html
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!