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

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

 채택된 답변

Avra Mitra
Avra Mitra 2018년 4월 7일

2 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

질문:

2018년 3월 27일

답변:

2018년 4월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by