 |
Execute statements specified number of times - MATLAB for
for index=values, program statements, end repeatedly executes one or more MATLAB statements in a loop. ... initval:endval increments the index variable from initval to endval by 1, and repeats execution of program statements until index is greater than en
www.mathworks.com |
 |