Puoi aprire il codice e modificare la funzione
You can open the Code and modify the function
...
function kk(x) {y = 2*x+1; return y }
...
aX = 0; bX = 15; aY = -30; bY = 30
Dx = 1; Dy = 5
...
Qx=L1x=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
Qy=L1y=[-kk(0),kk(1),kk(2),-kk(3),kk(4),kk(5),-kk(6),kk(7),kk(8),-kk(9),kk(10),kk(11),-kk(12),kk(13),kk(14)]
Q1x=[4, 5, 8, 11]
Q1y=[kk(4),kk(5),kk(8),kk(11)]
...
AX=BX=AY=BY=""
...
AAX=aX; BBX=bX; AAY=aY; BBY=bY
...