MATLAB: Infinite loop

loops

Please tell me how to stop running a script that is in an infinite loop without quitting Matlab?

Best Answer

CTRL+C should normally stop such a script, unless you're calling a MEX function.
Related Question