% Example 10.3d (Physics 330) % First define the integrand as a function of x and y function f=f2int(x,y) f=cos(x*y);