필터 지우기
필터 지우기

Why do I see the error "Caught unexpected fl::except​::IInterna​lException​" when using the "plot" function?

조회 수: 15 (최근 30일)
When I have a plot function in my code it does not plot. Instead it gives this error:
ERROR : Caught unexpected fl::except::IInternalException
What does this mean and how is it fixed?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2018년 2월 26일
This error might appear if you have another function named "plot" on your path. Execute the following line to identify all functions named "plot" on your path.
>> which -all plot
If there is a user-defined function listed above the built-in, it may need to be renamed or removed from your path.
Note that you may see a number of other plot functions that are located in the MATLAB install directory. This is expected. They implement specific functionality for other built-in classes.
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 8월 9일
There was a run of people for which it was due to namespace issues/ The driver version of it only seems to have cropped up with some ubuntu.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

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

카테고리

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

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by