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

41 次查看(过去 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
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 个)

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