% % This is just a sample function to test the bisect function. % function d = func(x) d = exp(-(x/3).^2)-0.75+x/10;