I'm developing a Matlab application that works fine uncompiled, but when I compiled it and tried running the executable, got this error :
Out of memory. The likely cause is an infinite recursion within the program. Error in set (line 15) MATLAB:lang:StackOverflow
... which is unhelpful in that it doesn't say which function falls into an infinite recursion. Is there a way to find whee the recursion is happening?