Infinite loop
3 views (last 30 days)
Show older comments
Please tell me how to stop running a script that is in an infinite loop without quitting Matlab?
0 Comments
Accepted Answer
David Young
on 23 Feb 2011
CTRL+C should normally stop such a script, unless you're calling a MEX function.
More Answers (0)
See Also
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!