Why is Simulink browser blank?

Hello all,
I installed Matlab R2018b.
When I open Simulink, I am getting the following blank page with no information on it:
Kindly help me
Thanks
Goutham S

4 件のコメント

Tarif Fuad
Tarif Fuad 2021 年 4 月 21 日
same issue with R2021a
FU SHAO-YU
FU SHAO-YU 2021 年 4 月 24 日
same issue with R2021a :(
Zachary Gheaja
Zachary Gheaja 2021 年 11 月 23 日
same issue 2021b
Zachary Gheaja
Zachary Gheaja 2021 年 11 月 23 日
i am on a corporate laptop, adminstered by IT department, if that is the right terminology. I personally had to run Matlab as an administrator to get the Simulink window to populate. I had to apply for the rights to use Windows admin account as developer rights.

サインインしてコメントする。

回答 (3 件)

Kamran
Kamran 2021 年 7 月 1 日

5 投票

Faced the same issue for 2021a and 2020b.
Added this phrase to shortcut target "-softwareopengl" and it worked for me.

2 件のコメント

Kamran
Kamran 2021 年 7 月 1 日
編集済み: Kamran 2021 年 7 月 1 日
you may have to Manually Activate Software on a Computer ( link ) in license center, download the licence file and copy it in the installation directory, if you are supposed to activate product online (my case).
Kamran
Kamran 2021 年 7 月 1 日
Problem is partially solved!!
No more facing this issue on 2021a, however the issue is still there for 2020b

サインインしてコメントする。

Abdul Basith Ashraf
Abdul Basith Ashraf 2020 年 3 月 1 日

2 投票

I had the same issue. The problem is that the Simulink window (also others like add-on explorer) tend to work only at a particular aspect ratio (don't know why). After your Simulink window opens, increase or decrease the width of the window. When you start seeing something, adjust the width so that it perfectly fits the contents of the window. Later you can diagonally increase the size of the window.
This worked for me.

1 件のコメント

Mateus Marcoto
Mateus Marcoto 2020 年 5 月 2 日
I Have this same issue and this temporary solution solved the problem. Unfortunelly it happened in other programs too. So its not a particuliarity of the MATLAB. please, someone, help!

サインインしてコメントする。

Saumya Goel
Saumya Goel 2018 年 12 月 18 日

0 投票

Seeing the above image, it seems like your Simulink needs a rebuild or the toolbar itself isn’t loaded.
Follow these steps:
  1. >> rehash toolboxcache (to refresh file system caches)
  2. >> sl_refresh_customizations (to rebuild Simulink , Library menus and toolbar)
  3. Close all instances of MATLAB and restart.

9 件のコメント

Abdul Basith Ashraf
Abdul Basith Ashraf 2019 年 10 月 13 日
Didnt help. The problem persists.
Jeong Hoon Lee
Jeong Hoon Lee 2019 年 11 月 30 日
編集済み: Jeong Hoon Lee 2019 年 11 月 30 日
Me too
data inspector window is also blank
Xhi Jiong Gan
Xhi Jiong Gan 2019 年 12 月 26 日
same here
Shishir Dwivedi
Shishir Dwivedi 2019 年 12 月 26 日
The probable cause of this might be related to the OpenGL settings.
Please try to use a software version of OpenGL to render graphics, if the default OpenGL is set to hardware.
In order to check whether you are using hardware or software OpenGL, you can use the following command:
>> opengl info
If the "Software" flag is set to false if you are using hardware OpenGL.
In order to switch to software OpenGL, type the following command in the MATLAB Command Window:
>> opengl software
To set your preferences so that future sessions of MATLAB on the computer use the Software OpenGL.
>> opengl('save','software')
Note: Macintosh systems do not support software OpenGL.
Find more information at the following documentation page:
Tsung-Hsien Yang
Tsung-Hsien Yang 2020 年 11 月 9 日
I have some similar problem, but I am using MacOs platform, and this solution doesn't work for me.
=
and Matlab just show:
ans =
'Error using slCustomizer.staticRefresh
Unexpected exception (Bundle#402 start failed: dlopen(/Applications/MATLAB_R2019a.app/bin/maci64/builtins/physmod/sm/sli/mwphysmod_sm_sli_setup_builtinimpl.dylib, 5): Library not loaded: @rpath/libmwphysmod_common_foundation_core_data_struct.dylib
Referenced from: /Applications/MATLAB_R2019a.app/bin/maci64/libmwphysmod_sm_sli_setup.dylib
Reason: image not found) was caught.'
Chih Pei Chiang
Chih Pei Chiang 2021 年 1 月 13 日
Thank you Mr. Shishir Dwivedi, that's really help!
FU SHAO-YU
FU SHAO-YU 2021 年 4 月 24 日
It is very helpfull. Thank you :)))))))
Zachary Gheaja
Zachary Gheaja 2021 年 11 月 23 日
did not help me, but i have same symptoms
Zachary Gheaja
Zachary Gheaja 2021 年 11 月 23 日
i am on a corporate laptop, adminstered by IT department, if that is the right terminology. I personally had to run Matlab as an administrator to get the Simulink window to populate. I had to apply for the rights to use Windows admin account as developer rights.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeGraphics Performance についてさらに検索

質問済み:

2018 年 12 月 9 日

コメント済み:

2021 年 11 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by