MATLAB opens Simulinkand Add-On Explorere as blank windows
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi everyone,
when I try to open Simulink, a blank window shows up. The same applies for the Add-On Explorer.
I have already tried to uninstall and re-install MATLAB.
Can anyone help me? Does anyone has the same issue?
I am using MATLAB R2022a on Ubuntu 18.04.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/952674/image.png)
1 comentario
Griet Van Den Abeele
el 3 de Nov. de 2022
Hi,
I have the same problem
I'm using matlab R2022b, when trying to open Simulink it's stuck in 'initializing'.
Also the add-on explorer doesn't work.
Any help is welcome
Respuestas (1)
Srijith Kasaragod
el 7 de Abr. de 2022
The reason for this issue might be graphics driver incompatibilities with the libraries that we currently have.
The following workarounds are known to solve this issue:
1) Opengl-
- Start a fresh copy of MATLAB .
- Run the command "opengl software".
2) An alternative approach which will have a narrower impact would be to add the following to startup.m script
- wm = matlab.internal.webwindowmanager.instance
- wm.setStartupOptions('ExtProcess','--disable-gpu');
2 comentarios
Ver también
Categorías
Más información sobre Simulink Environment Customization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!