From: Nirmal on
Hi everyone,
I am using these two functions and trying to generate the symbolic expression i.e. the output of the function: polyn2sym like the following.
5*X1.^2+8*X1.*X2+6*X1.*X3-7*X1+4*X2.^2+4*X2.*X3-6*X2+2*X3.^2-7*X3+7

I want to have the expression like above: want a array products ".*" not matrix product "*". and also power(.^) not mpower(^).

suggest me.
~Nirmal