Why is app designer not opening?

조회 수: 37 (최근 30일)
Joshua Welsh
Joshua Welsh 2016년 11월 25일
댓글: Alexander 2023년 3월 26일
I am unable to open app designer. I am running Mac OS Sierra with MATLAB 2016b. When I click on opening a new app designer script a MATLAB window icon appears in my dock, but a window does not appear.
  댓글 수: 17
Muhammad Asif
Muhammad Asif 2020년 4월 20일
Unfortunatly Elliot Wolf solution doesn't work for me
Kajal Srivastava
Kajal Srivastava 2020년 5월 12일
I am having the same problem in R2018b on my windows device

댓글을 달려면 로그인하십시오.

채택된 답변

StephenJ
StephenJ 2017년 1월 16일
I was having the exact same problem (2016b, OS Sierra), which appeared when I had entered full-screen mode while connected to projector. In MATLAB click on new app designer script or open existing mlapp file, icon should appear in the dock. Then Menu->Enter full screen, app designer will show up, if not, swipe on your trackpad until designer window pops out, then reset it by closing MATLAB Window from the top menu. Worked in my case. Btw I tried changing the matlabpref.mat as suggested by Sean, it did not work itself, but there still might be a correlation with my solution as I didn't change the setting back.
  댓글 수: 6
Monika Jaskolka
Monika Jaskolka 2021년 3월 10일
편집: Monika Jaskolka 2021년 3월 10일
I had this issue on Windows 10. This answer worked for me.
I hovered over the problematic window in the dock, right-clicked on it, and selected Maximize.
pacman
pacman 2022년 5월 6일
Thank you so much ;-;

댓글을 달려면 로그인하십시오.

추가 답변 (4개)

Ron Fredericks
Ron Fredericks 2022년 3월 21일
Monika Jaskolka's comment within the question worked for me:
Windows 10:
  • Hover over the MATLAB icon in the task bar - wait for windows to show, including the missing app designer window,
  • Right-click on app designer window, and select Maximize.
  댓글 수: 5
Patrick
Patrick 2022년 7월 28일
I found that deleted the MATLAB preferences folder resets everything and it works properly now.
JEONGHUN IM
JEONGHUN IM 2022년 11월 20일
thank for this answer

댓글을 달려면 로그인하십시오.


Xulai Xu
Xulai Xu 2016년 11월 26일
Someone please answer this I encountered the same problem. Tried everything, nothing worked

Sean de Wolski
Sean de Wolski 2016년 11월 28일
cd(prefdir)
load('matlabprefs.mat')
What are the settings in
Preferences.appdesigner
They should look something like this
ans =
struct with fields:
ShowIntroDialog: 0
Position: [1 1 112 0]
Maximized: 1
ShowCodeViewTips: 0
ShowCompatibilityDialog: 0
If not: Try, changing Maximized to true or Position to something like mine above, save back to matlabprefs.mat and restart MATLAB.
  댓글 수: 8
Eric Delgado
Eric Delgado 2021년 8월 6일
Different ways to handle this issue:
  • Update Windows 10 version
  • Update graphics driver
Alexander
Alexander 2023년 3월 26일
>> cd(prefdir)
load('matlabprefs.mat')
>> Preferences.appdesigner
Unrecognized field name "appdesigner"
I have the same issue of blank screen on startup

댓글을 달려면 로그인하십시오.


Shehzad Ahmed
Shehzad Ahmed 2022년 6월 3일
hello,
my appdesigner is not working anymore. I need help for my projekt.
I keep getting this error-code.
please Help.
Ich brauche Hilfe beim Öfnnen des AppDesigners.
dieser Fehler wird mir immer angezeigt.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by