필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Unexpected Error - Suspect it is related to a Trial Version of Matlab

조회 수: 1 (최근 30일)
Christopher Tellez
Christopher Tellez 2017년 8월 22일
마감: MATLAB Answer Bot 2021년 8월 20일
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
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
Image Analyst 2017년 8월 22일
With trial versions you get free telephone tech support.
Also, send in the crash report when it asks you to.

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

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by