How to escape a suspended Matlab?

  • Context: MATLAB 
  • Thread starter Thread starter pixel01
  • Start date Start date
  • Tags Tags
    Escape Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 15K views
pixel01
Messages
688
Reaction score
1
Hi all,

I sometimes get into trouble of running Matlab programs, then when I press Ctrl+C, the program does not stop. I can only reset the PC and that takes a lot of time. Does anyone know other ways to stop a stubborn running program?.
 
Physics news on Phys.org
What operating system are you using? The Windows Task Manager can be started with Shift + Ctrl + Escape (sometimes also Ctrl + Alt + Delete) and that can close the program, if under windows. If you're using Linux you could close it with bash by looking up the PID with ps and then using "kill *" where * is the PID. For Mac OS X there's a force quit command on the finder.