Why does MATLAB freeze when I browse to open an existing GUI from GUIDE?

조회 수: 2 (최근 30일)
MATLAB becomes inoperable when I carry out the following steps:
1. Enter the following in the MATLAB command prompt:
setappdata(0, 'UseNativeSystemDialogs', false);
2. Start GUIDE by typing 'guide' at the MATLAB command prompt.
3. Click on 'Open Existing GUI' tab.
4. Click on the Browse button

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
This bug has been fixed in Release 2007a (R2007a). For previous product releases, read below for any possible workarounds:
This feature will function correctly when the 'UseNative SystemDialogs' property is set to 'true'. To work around this issue, execute the following statement which activates the use of native system dialogs with MATLAB.
setappdata(0, 'UseNativeSystemDialogs', true);

추가 답변 (0개)

카테고리

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

제품


릴리스

R2006a

Community Treasure Hunt

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

Start Hunting!

Translated by