The end ‘goal’ of this assignment is to gain significant experience with loops and switch/if statements. The best way to solidify the concepts is to apply them! Download Module6_Assignment.m file; add ...
% The "for" loop repeats a set of commands a specified number of times. % Here's a simple loop to repeat an action a specified number of times % array (k=1), and code in the loop is executed. % 2.