Add-on Explorer shows a blank window
43 次查看(过去 30 天)
显示 更早的评论
When I open the Add-on Explorer, it only shows a blank window. But if I move around the cursor, it does change its look (from 'Normal Select' to 'Link Select', as the picture shows) at some places.
Besides, Add-on Manager shows the same problem, while the 'Package App' window works fine. I tried reinstall MATLAB, but the problem remained. (I'm using MATLAB R2018a on Windows 10 64-bit) Recently I used an extended monitor, and I wonder if that's the cause of the problem. In case there is no solution, can I install a .mlpkginstall file manually?
2 个评论
SB
2021-4-14
I have a similar problem on Linux. Although in my case the window is black and unresponsive. Starting Matlab with "matlab -softwareopengl" didn't help either.
Zachary Gheaja
2021-11-23
i have a similar problem on windows. it showed up on matlab2020b and still occurs on 2021b when i installed it to mitigate the issue
回答(3 个)
Jay Vaidya
2020-9-4
Please try to run the following in the MATLAB Command Window:
>> opengl software
And then try opening the Add on explorer again. It worked for me.
If that works, you can save the preference so that MATLAB always opens with Software OpenGL by running:
>> opengl('save','software')
5 个评论
Benjamin Bircher
2021-7-19
Hi,
I had the same problem. These commands doesn't helped me. In my case the problem was due to an external screen which I use on my laptop. After disconnecting the latter, the problem is solved.
2 个评论
Zhong Zhou
2022-6-20
Same. Switching to one monitor mode would display the content of the Add-on page.
Grigor Pahlevanyan
2024-4-21
编辑:Grigor Pahlevanyan
2024-4-21
Haha, I tried everthing for 2 days straight, never would I have thought it was because I had two monitors. Thank you!
Guodong Tao
2018-6-11
编辑:Guodong Tao
2018-6-11
Hi Xiatong,
Please first make sure this is not an issue caused by OS environment, you could try installation on another PC if allowed to confirm if this is reproducible at your side, otherwise, reinstall OS and MATLAB usually would resolve the issue.
4 个评论
mrutyunjay siddannavar
2023-3-28
For MATLAB 2022B, run the below command before launching MATLAB.
xhost +SI:localuser:root
It worked for me.
Huseyin Emre Ozgur
2023-6-5
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!