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

    %例35-8 
syms a t x
A=[2*a,t^3;t*sin(x),log(x)];
dAx=diff(A,x);
dAx