Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Unexpected Error - Suspect it is related to a Trial Version of Matlab
1 回表示 (過去 30 日間)
古いコメントを表示
When attempting to plot something very simple like:
>> plot([1 2 3 4 5],[3 10 49 59 100])
MATLAB returns:
"unexpected fl::except::IInternalException"
Is this related to this version being a Trial Version? Why can't I plot? I have been unable to find any other questions/answers related to this issue. Thanks.
1 件のコメント
Walter Roberson
2017 年 8 月 22 日
Please show the output of
opengl info
I suspect a graphics driver problem, especially if you are using Linux or are using Windows with HD2000 graphics card
回答 (2 件)
Image Analyst
2017 年 8 月 22 日
See the FAQ: http://matlab.wikia.com/wiki/FAQ#After_installation.2C_MATLAB_crashes_or_gives_an_error_message_when_I_try_to_run_MATLAB.
With trial versions you get free telephone tech support.
Also, send in the crash report when it asks you to.
0 件のコメント
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 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!