Details

Enable responsiveness checks in code generated for MATLAB functions.

These checks enable periodic checks for Ctrl+C breaks in the generated code. Enabling responsiveness checks also enables graphics refreshing.


Tradeoffs to Consider

Turning off these checks results in less generated code and faster MEX function execution.

These checks are enabled by default. Without these checks, the only way to end a long-running execution might be to terminate MATLAB.