Why is app designer not opening?

162 visualizaciones (últimos 30 días)
Joshua Welsh
Joshua Welsh el 25 de Nov. de 2016
Comentada: Alexander el 26 de Mzo. de 2023
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 comentarios
Muhammad Asif
Muhammad Asif el 20 de Abr. de 2020
Unfortunatly Elliot Wolf solution doesn't work for me
Kajal Srivastava
Kajal Srivastava el 12 de Mayo de 2020
I am having the same problem in R2018b on my windows device

Iniciar sesión para comentar.

Respuesta aceptada

StephenJ
StephenJ el 16 de En. de 2017
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 comentarios
Monika Jaskolka
Monika Jaskolka el 10 de Mzo. de 2021
Editada: Monika Jaskolka el 10 de Mzo. de 2021
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 el 6 de Mayo de 2022
Thank you so much ;-;

Iniciar sesión para comentar.

Más respuestas (4)

Ron Fredericks
Ron Fredericks el 21 de Mzo. de 2022
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 comentarios
Patrick
Patrick el 28 de Jul. de 2022
I found that deleted the MATLAB preferences folder resets everything and it works properly now.
JEONGHUN IM
JEONGHUN IM el 20 de Nov. de 2022
thank for this answer

Iniciar sesión para comentar.


Xulai Xu
Xulai Xu el 26 de Nov. de 2016
Someone please answer this I encountered the same problem. Tried everything, nothing worked

Sean de Wolski
Sean de Wolski el 28 de Nov. de 2016
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 comentarios
Eric Delgado
Eric Delgado el 6 de Ag. de 2021
Different ways to handle this issue:
  • Update Windows 10 version
  • Update graphics driver
Alexander
Alexander el 26 de Mzo. de 2023
>> cd(prefdir)
load('matlabprefs.mat')
>> Preferences.appdesigner
Unrecognized field name "appdesigner"
I have the same issue of blank screen on startup

Iniciar sesión para comentar.


Shehzad Ahmed
Shehzad Ahmed el 3 de Jun. de 2022
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.

Categorías

Más información sobre Develop Apps Using App Designer 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