MATLAB: Killing a (mex) Function When It Doesn’t Respond to Ctrl-C or Ctrl-Break Under WIN64

ctrl-c; kill-job

Is there a way to kill a (mex) function running in MATLAB and which doesn't respond to Ctrl-C or CTrl-Break, other than by killing the whole MATLAB process (session)? To be concrete, assume R2014A WIN 64.
Thanks.

Best Answer

No, you have to kill the Matlab process.