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
2021년 4월 21일
same issue with R2021a
FU SHAO-YU
2021년 4월 24일
same issue with R2021a :(
Zachary Gheaja
2021년 11월 23일
same issue 2021b
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개)
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
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
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:
- >> rehash toolboxcache (to refresh file system caches)
- >> sl_refresh_customizations (to rebuild Simulink , Library menus and toolbar)
- Close all instances of MATLAB and restart.
댓글 수: 9
Abdul Basith Ashraf
2019년 10월 13일
Didnt help. The problem persists.
Jeong Hoon Lee
2019년 11월 30일
편집: Jeong Hoon Lee
2019년 11월 30일
Me too
data inspector window is also blank
Xhi Jiong Gan
2019년 12월 26일
same here
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
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
2021년 1월 13일
Thank you Mr. Shishir Dwivedi, that's really help!
FU SHAO-YU
2021년 4월 24일
It is very helpfull. Thank you :)))))))
Zachary Gheaja
2021년 11월 23일
did not help me, but i have same symptoms
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 Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

