editor tab not working

4 次查看(过去 30 天)
Arash
Arash 2024-5-24
回答: Rupesh 2024-5-27
When I open the editor tab even with a blank script, matlab crashes. I even reinstalled windows and matlab but I still have the problem. I am using the latest version and this is fine on any other computer.

回答(1 个)

Rupesh
Rupesh 2024-5-27
Hi Arash,
To address MATLAB crashing when opening the editor tab, start by updating your graphics card drivers, as outdated or corrupted drivers are a common cause of such issues. Visit the website of your graphics card manufacturer (NVIDIA, AMD, Intel) to download and install the latest drivers for your specific model. This step ensures that MATLAB can properly utilize hardware acceleration, which is crucial for the editor's performance.
If updating the drivers doesn't resolve the problem, try disabling MATLAB's hardware-accelerated graphics. You can do this by launching MATLAB and running the command opengl('save', 'software') in the Command Window. This forces MATLAB to use software OpenGL rendering, which can bypass problems related to graphics hardware. Also When matlab crashes it usually generates a bug report. you can use below documentation which help you to understand the issue and ways to resolved it.
Hope it helps!
Thanks.

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by