%quad_test.m % Testing the built-in quad functions for % numericak integration f = @(x) exp(x) quad(f,0,1,1.0e-6) quadl(f,0,1,1.0e-6)