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

    %例35-4:求 的一阶导数
syms x
f=log(x);
diff(f);