Simulink cannot be open

1 回表示 (過去 30 日間)
nadhirah mazlan
nadhirah mazlan 2020 年 10 月 7 日
回答済み: Urmila Rajpurohith 2020 年 10 月 20 日
Hye, i can't open simulink and add on button. It will turn out blank page when i open it. How to solve this problem ya?

回答 (1 件)

Urmila Rajpurohith
Urmila Rajpurohith 2020 年 10 月 20 日
Hi
The issue might be related to the OpenGL settings.
you can try to use a software version of OpenGL to render graphics, if the default OpenGL is set to hardware.
To know whether you are using hardware or software OpenGL, you can use the following command:
opengl info
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')
Find more information at the following documentation page:
Hope this helps!

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by