Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

function f(x) { y = -11/60*x*x*x + 0.6*x*x + 29/60*x + 0.1; return y }

aX = -3; bX = 5; aY = 0; bY = 5
Dx = 1; Dy = 1

Qx=[-2,1,3,2]; Qy=[3,1,2,2]