Definitions for "While loop"
A repetition structure used to repeat a group of statements depending on a condition.
a block of code that is executed repeatedly until some condition is met
a construction of the form while condition , program , end Here condition is a MATLAB functionm, as with the branching construction