gusucode.com > 《精通matlab 7》包括配套光盘 > 配套光盘里的程序附件/Ex-21/func_int.m

    function f=func_int(x)
f=exp(-0.4*x).*cos(x+pi/3);