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?

Antworten (1)

Walter Roberson
Walter Roberson am 22 Apr. 2021

0 Stimmen

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)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 22 Apr. 2021

Beantwortet:

am 22 Apr. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by