Raf.D
Mechanical
- Apr 17, 2021
- 1
Hello everyone, I trying to fit a function to some data I have. I have 3 independent variable so the equation will be of the form f(x,y,z). Using the Regress interp functions I have created the wanted equation and the accuracy is good enough. My problem is that I need to present this equation. I know that the coefficients are in the outcome of the regress function (after the first three) but given that my polynomial is of 8th or 9th degree there are a couple of hundred coefficients ( but not a perfect cube which would make sense to me). So I will need to present my equation as a sum, but I don't know how the form of the created polynomial to write it as a sum. Anyone know anything about the forms of polynomials created by regress?
Thank you all for your help.
Thank you all for your help.