Skip to content

why ii = 2:z_points ? #4

Open
Open
@landieyun

Description

@landieyun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions