Why does MATLAB crash when plotting with Intel drivers?

1,278 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2018 年 2 月 1 日
編集済み: MathWorks Support Team 2025 年 11 月 5 日 17:10
I was trying to create a plot, when suddenly MATLAB crashed. I am using a Windows machine with Intel drivers. Why is this happening?

採用された回答

MathWorks Support Team
MathWorks Support Team 2025 年 10 月 24 日 0:00
編集済み: MathWorks Support Team 2025 年 11 月 5 日 17:10
This is likely caused by a bug in your graphics card drivers.
Several users have reported this issue, and they were able to resolve it by uninstalling their old graphics driver and then reinstalling the updated version of their drivers from this 
Alternatively, some other users have resolved the issue by having MATLAB use the software implementation of OpenGL.  For example, you can execute either of the following commands from your system command prompt / terminal:
Option 1 (only for Windows and Linux systems):
matlab -softwareopengl
Option 2 (only for Windows systems running R2017b and later releases):
matlab -softwareopenglmesa
Specifying the software implementation of OpenGL applies only to the current MATLAB session. The next time you start MATLAB, it will use the default OpenGL renderer. To learn how to make these startup options persist for future sessions, see the documentation.
If none of the above steps helps to prevent additional crashes, please contact Technical Support.
  2 件のコメント
Matt J
Matt J 2021 年 2 月 16 日
Tom Hicks' comment moved here:
Hey Guys,
no option worked for me. Matlab is always crashing when i use plot.
I already updated the intel drivers.
Do you have any ideas?
Thanks.
MathWorks Support Team
MathWorks Support Team 2021 年 10 月 18 日
編集済み: MathWorks Support Team 2021 年 10 月 26 日
Specifying the “-softwareopengl” flag applies only to the current MATLAB session. The next time you start MATLAB, it will use the default OpenGL renderer.
Feel free to contact Technical Support if you're still having issues:

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

製品


リリース

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by