Guide code created in Matlab2010 not working in 2020a
Mostrar comentarios más antiguos
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?
Respuestas (1)
Walter Roberson
el 22 de Abr. de 2021
0 votos
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)
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!