Hi all: Does anyone know why the step number ii begin from 2 not from 1? thanks so much. %% Run the step function over each step tic for ii = 2:z_points % Print the step number if verbose if sim.verbose t_in_loop = tic; disp(ii) end