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?

Réponses (1)

Walter Roberson
Walter Roberson le 22 Avr 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)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by