MATLAB: Differentiation Of A Function.

derivativeduplicate post requiring mergingMATLAB

Hi,
Can anyone help me out regarding the following problem on differentiation in Matlab as soon as possible: I have a symbolic function, S=sqrt(8).*(3.*X.^3+3.*Y.^2.*X-2.*X). I need to differentiate this w.r.t X and then Y.After that substitute both the value of X and Y to get the value of the differentiation where X and Y varies from -1 to +1 in steps of 128.(i.e.,X=-1:2/127:+1,Y=-1:2/127:+1) Thanking You!

Best Answer

Hi Pranjal! My answer here.