Why .fig file looks different in different MATLAB versions ?

1 visualización (últimos 30 días)
Fig.PNG

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Dic. de 2019
As of R2014b, Handle Graphics 2 (HG2) started being used. One aspect of HG2 is that uicontrols no longer automatically render on top: now if there is an object that is drawn "after" a uicontrol at the same Z depth (typically 0), then the second object will block the uicontrol.
If it is a GUIDE GUI and you go through it carefully, you will probably find that the "Import SWC" section is parented to the figure rather than being parent to a uipanel that is on top of the figure, and you probably need to change the Parent property to the uipanel.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by