I have a very strange error in MATLAB, and it does not seem to be directly related to my program. MATLAB doesn't even give me the line where the error occurred.
My program processes a lot of files. I can process groups of them without getting an error, but when I process them all together, I get the following error:
Caught "std::exception" Exception message is: Message Catalog MATLAB:interpreter was not loaded from the file. Please check file location, format or contents
Usually this happens at about the same point, but not exactly. I tested all the files around this point and they work. This is why I assume this is due to RAM.
If I try to run the program again, I get the same error right at the beginning, but after restarting MATLAB everything works fine again.
I was wondering if this was a bug in C ++, as it contains 'std :: ...'
Do you have any idea what this error means and how can I fix it?
Stein
source share