Terminate execution of for or while loop - MATLAB break
This MATLAB function terminates the execution of a for or while loop. ... Description break terminates the execution of a for or while loop. Statements in the loop that appear after the break statement are not executed.
www.mathworks.com |