editor tab not working
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Rupesh
am 27 Mai 2024
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!