Guide code created in Matlab2010 not working in 2020a
Show older comments
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?
Answers (1)
Walter Roberson
on 22 Apr 2021
0 votes
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)
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!