% This function is used to clear the cached functions
% Running this function will reflect changes made to a function that's cached 
% in the MATLAB(R) COM Automation Server.
function ClearMatlabCache()
    clear functions;
end