Problem: You compiled initially without a problem. You try recompiling and you get this:
??? Error: File: somefile Line: 1 Column: 25The input character is not valid in MATLAB statements or expressions.Solution: Delete the mcr directory.
Problem: You're trying to load a file that has an array of user objects, and when you run it you get an error message like:
Warning: Class ':all:' is an unknown object class. Element(s) of this class in array '' have been converted to structures.Solution: Use the line "%#function my_object" in your code