MATLAB opens Simulinkand Add-On Explorere as blank windows

조회 수: 5 (최근 30일)
Vincenzo Petrone
Vincenzo Petrone 2022년 4월 4일
댓글: Griet Van Den Abeele 2022년 11월 3일
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
Griet Van Den Abeele
Griet Van Den Abeele 2022년 11월 3일
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

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

답변 (1개)

Srijith Kasaragod
Srijith Kasaragod 2022년 4월 7일
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
Vincenzo Petrone
Vincenzo Petrone 2022년 4월 13일
Unfortunately, this did not solve my problem.
Thank you anyway
Griet Van Den Abeele
Griet Van Den Abeele 2022년 11월 3일
it doesn't work for me either

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

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by