フィルターのクリア

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 Center および File ExchangeGraphics Performance についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by