Guide code created in Matlab2010 not working in 2020a
显示 更早的评论
Hi,
I am trying to open a code(in version 2020a) which was written in Matlab 2010. The problem is few buttons are not visible in 2020a. Did anyone face similar issues? Could any please give me some lead. Does it not work?
回答(1 个)
Walter Roberson
2021-4-22
0 个投票
In versions before R2014b, uicontrol always show up on top, even if there is an axes or uitable over top of them. As of R2014b, uicontrol can be covered by other elements.
If you go through your gui, you will probably find that you have some uicontrol that are parented to the figure when you need them to be parented to the object contained in the figure that is on top of them (such as a uipanel or uitab)
类别
在 帮助中心 和 File Exchange 中查找有关 App Building 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!