Why do I see 'Caught unexpected fl::except::IInternalException' no matter what command I put in?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have been seeing this matlab error pop up no matter what input command I put in. I am on R2018b
It might have been a coincidence, but it generally happens when I put my laptop into sleep and log in again.
Here is an example of my command line:
>> clear
Caught unexpected fl::except::IInternalException
>> a = 1
Caught unexpected fl::except::IInternalException
>>close all
Caught unexpected fl::except::IInternalException
>>help
Caught unexpected fl::except::IInternalException
댓글 수: 3
Stephen McConnell
2021년 3월 22일
Just curious, do you have a networked drive that you use? I see this problem sometimes too, and I wonder if it has something to do with commands failing due to a network disconnect.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!