MATLAB Function Reference    
continue

Pass control to the next iteration of for or while loop

Syntax

Description

continue passes control to the next iteration of the for or while loop in which it appears, skipping any remaining statements in the body of the loop.

In nested loops, continue passes control to the next iteration of the for or while loop enclosing it.

See Also

break, for, return, while


 conj contour