why always said: An error occurred while drawing the scene? need help!
134 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Xiaoyang Pan
el 4 de Feb. de 2016
Comentada: Alan
el 13 de Jul. de 2025
matlab error: An error occurred while drawing the scene
Respuesta aceptada
Subin Kuttappan Stellal Mary
el 9 de Feb. de 2016
The issue might be due to using hardware OpenGL. This occurs since Intel HD 2000 hardware and any of its drivers are not supported with MATLAB 8.4(R2014b) or later.
The issue does not occur in MATLAB R2014a or other previous releases because those makes use of the previous graphics engine HG1 which supported the Intel HD 2000 hardware. However, from MATLAB 8.4(R2014b), a new graphics engine HG2 was unveiled and this does not support Intel HD 2000 hardware for any of its drivers.
As Mike suggested, you can try :
opengl software
2 comentarios
Alan
el 13 de Jul. de 2025
I am using Matlab 2025a. I added "opengl software" as suggested, but the error does not go away.
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Performance en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!