MATLAB opens Simulinkand Add-On Explorere as blank windows

5 Ansichten (letzte 30 Tage)
Vincenzo Petrone
Vincenzo Petrone am 4 Apr. 2022
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.
  1 Kommentar
Griet Van Den Abeele
Griet Van Den Abeele am 3 Nov. 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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Srijith Kasaragod
Srijith Kasaragod am 7 Apr. 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');
Refer this <link> for more info on startup file.
  2 Kommentare
Vincenzo Petrone
Vincenzo Petrone am 13 Apr. 2022
Unfortunately, this did not solve my problem.
Thank you anyway

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by