Script execution
This commit is contained in:
@@ -26,7 +26,7 @@ Min=-Max;
|
||||
No_of_steps = 300;
|
||||
step_size = float(Max/No_of_steps);
|
||||
Noavg = 3;
|
||||
N_loops = 2;
|
||||
N_loops = 10;
|
||||
|
||||
loops=frange(0,N_loops,1);
|
||||
forward=frange(Min,Max,step_size);
|
||||
|
||||
Reference in New Issue
Block a user