editor tab not working

조회 수: 2 (최근 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에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by