필터 지우기
필터 지우기

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

조회 수: 7 (최근 30일)
Rushi Vachhani
Rushi Vachhani 2018년 3월 27일
답변: Avra Mitra 2018년 4월 7일
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일
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개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by