Error massage "Caught "std::exception"

I always get the following message:
"Caught "std::exception" Exception message is: Message Catalog MATLAB:FileIO was not loaded from the file. Please check file location, format or contents".
Unfortunately i'm not really used to work with matlab because its just for a student project.

댓글 수: 3

Walter Roberson
Walter Roberson 2018년 5월 31일
Are you getting that message for even simple commands?
Or are you running code in which you do an fopen() in a loop, and at some point eventually your code gives you that error? If that is the case then you might be forgetting to fclose() the files.
Jan
Jan 2018년 5월 31일
What does "I always get" exactly mean? When is the message displayed?
Christian Kipf
Christian Kipf 2018년 6월 1일
Thanks for your comments i solved it with fclosed().

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

답변 (0개)

질문:

2018년 5월 31일

댓글:

2018년 6월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by