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
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
2018-5-31
What does "I always get" exactly mean? When is the message displayed?
Christian Kipf
2018-6-1
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Run on Target Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!