在MATLAB中如何求z=f(x,y)的偏微分dz/dx

问题描述:

在MATLAB中如何求z=f(x,y)的偏微分dz/dx

syms x y
diff(z,x,1)