FOR LOOP - MATLAB
From MATLAB Jump to: navigation, search Syntax For Repeat statements a specific number of times.The general form of a for statement is: for variable = expr, statement, ..., statement END for variable = expr, statement, ..., statement END Example [] () ......