Borrar filtros
Borrar filtros

Caught unexpected fl::except​::IInterna​lException

7 visualizaciones (últimos 30 días)
Rushi Vachhani
Rushi Vachhani el 27 de Mzo. de 2018
Respondida: Avra Mitra el 7 de Abr. de 2018
When I am executing the following command then I am getting an error message:
>> A = imread('image.png');
>> imshow(A)
>> Caught unexpected fl::except::IInternalException

Respuesta aceptada

Avra Mitra
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

Más respuestas (0)

Categorías

Más información sobre Graphics Performance en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by