- Hover over the MATLAB program icon on the Windows toolbar.
- Hover over the blank App Designer window from the pop-up windows of the MATLAB program from the toolbar and right-click.
- Press the Maximize button.
App Designer window is not appearing on my screen and appears blank on my Windows toolbar
6 views (last 30 days)
Show older comments
MathWorks Support Team
on 5 Dec 2024
Edited: MathWorks Support Team
on 20 Dec 2024
I am using MATLAB R2022a, and I am trying to open the App Designer. However, whenever I try to launch it, nothing appears on my screen. On the Windows toolbar at the bottom of the screen, I can hover over the MATLAB program and see a window for the opened App Designer. However, it appears blank, and even clicking directly on this blank window from the toolbar does not open anything.
The same issue occurs when I try to open the App Designer with both approaches detailed below:
1. Executing the following command in the MATLAB Command Window to launch App Designer:
>> appdesigner
2. Navigate to the Apps tab in MATLAB and press the Design App button.
How can I resolve this issue?
Accepted Answer
MathWorks Support Team
on 20 Dec 2024
This issue may be resolved by the following steps:
This will enlarge the chosen window to fill your current screen, and this may populate the window as it should appear and no longer appear blank.
In MATLAB R2016b or older releases, you may also try executing the following commands at the MATLAB command window to help resolve the issue:
>> rmpref('appdesigner', 'Position');
>> rmpref('appdesigner', 'Maximized');
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!