Why .fig file looks different in different MATLAB versions ?

조회 수: 1 (최근 30일)
Dushyantha Nayaka
Dushyantha Nayaka 2019년 12월 6일
답변: Walter Roberson 2019년 12월 6일
Fig.PNG

채택된 답변

Walter Roberson
Walter Roberson 2019년 12월 6일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by