MATLAB: How to come out of a running matlab program when the software shows status as ‘busy’

coming out of a running matlab program

In C language,we can come out of a running program by key combination 'Ctrl + Pause Break'.What can we do in case of running MATLAB program?

Best Answer

As you use in "C" here also there is a command "CTRL + C"