You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ii=1" represents the starting point of the fiber. The solver uses the information of the previous z_point to solve for the next z_point and thus ii starts from the next point of the starting point, which is ii=2, to the end.
Hi all:
%% 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
The text was updated successfully, but these errors were encountered: