Troubleshooting - mwgeurts/gamma GitHub Wiki
The following content provides information to help users troubleshoot issues with this application as well as known resolutions to common problems. If you continue to experience difficulties, contact the author or submit your question or bug to the Issues Tracker.
Event Calling
These functions optionally return execution status and error information to an Event() function. If available in the MATLAB path, Event() will be called with one or two variables: the first variable is a string containing the status information, while the second is the status classification (INFO, WARN or ERROR). If the status information is only informative, the second argument is not included. Finally, if no Event() function is available errors will still be thrown via the standard error() MATLAB function.