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

    %例35-13
syms x 
f=sqrt(x^2+3);
int(f,x,-1,1);