function y=gfunc(x) %y=3.^(-x); % guess 0.2 %y=log(x)+2; % guess 3.0 %y=sin(x)+x; % guess 2.5 %y=exp(x.^(0.4))+x; % guess 0.01 y=exp(-x)+x;