Why do I see the error "Caught unexpected fl::except::IInternalException" when using the "plot" function?
Mostrar comentarios más antiguos
When I have a plot function in my code it does not plot. Instead it gives this error:
ERROR : Caught unexpected fl::except::IInternalException
What does this mean and how is it fixed?
Respuesta aceptada
Más respuestas (1)
Avra Mitra
el 7 de Abr. de 2018
Well, for me, it happened due to the graphics driver issue. The OS is ubuntu 16.04 LTS. To solve this problem, type:
opengl info
There, Matlab will give you low-level graphics troubleshooting methods.
The method of starting Matlab with software OpenGL solved my problem:
rik@ideapad:~$ matlab -softwareopengl
Categorías
Más información sobre Graphics Performance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!