How do I solve the issue of a blank page ?

108 ビュー (過去 30 日間)
gabriel pereira
gabriel pereira 2020 年 5 月 25 日
コメント済み: Nabir Migadde 2023 年 1 月 28 日
Hello everyone,
I'm on Matlab R2019b, on Windows 10. I have an issue regarding the display of the Addon-Explorer but also with the Simulink Start Page. Indeed, the page is totally blank. However, I can get access to links by clicking on them, even if I don't see what I'm clicking on.
Could you please help me ?
Thank you.

回答 (3 件)

Angel marchev
Angel marchev 2022 年 12 月 7 日
Ubuntu 22.04 LTS & Matlab R2022b here. There were two problems:
1) Matlab gtk package has to be installed, but matlab uses a specific version and also the module has to be linked
sudo apt-get install libcanberra-gtk* libgconf-2-4
sudo ln -s /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so /usr/lib/libcanberra-gtk-module.so
2) for newer linux distros root users are disallowed to run GUIs
xhost si:localuser:root
sudo ./matlab
  1 件のコメント
Nabir Migadde
Nabir Migadde 2023 年 1 月 28 日
Thank you, this helped a lot :)

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


Maadhav Akula
Maadhav Akula 2020 年 5 月 28 日
The issue might be related to the hardware OpenGL.
Please try to use a software version of OpenGL to render graphics, instead of the default hardware OpenGL.
In order to check whether you are using hardware or software OpenGL, you can use the following command:
opengl info
The "Software" property is set to false if you are using hardware OpenGL.
In order to switch to software OpenGL, please type the following command in the MATLAB Command Window:
opengl software
You can find more information at the following documentation page:
  1 件のコメント
gabriel pereira
gabriel pereira 2020 年 5 月 28 日
Hello,
First, thank you for your answer and your help. However, it's not working, even with the command.

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


Kevin Tumolva
Kevin Tumolva 2022 年 6 月 14 日
This same thing happened to me. I even tried uninstalling and reinstalling matlab but nothing worked. I restarted my laptop and it magically worked after.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by