I'm trying to execute a script that was written for Matlab 2011 with a try/catch structure in Matlab 2014. However, whenever I execute the script, it jumps straight to the 'catch' within the function. I tried running each of the lines individually in the beginning of the 'try' portion of the script, and haven't run into any problems. Furthermore, there aren't any errors with any of the script that results in a catch, it just skips the 'try' portion completely. Has anyone else run into this problem? If so, do you have any suggestions for how to overcome this issue?