MATLAB: Curve Fitting tool for mathematical relation. Using interpolant – Biharmonic

biharmoniccurve fittinginterpolation

I have a Empirical data set form an Antenna structure and I am using curve fitting tool for getting a mathematical relation. Using Interpolant – Biharmonic a fit with least SSE = 7.09e-29. However I cannot get the exact equation for it, How to get the mathematical relation?

Best Answer

There is no simple "equation" for such a fit. Any equation that you could eventually compose from that fit would be messy as hell, containing many coefficients in a piecewise manner.
If you want a simple equation, then you need to pose a mathematical model for the system, then fit the model to your data. The model should be one that makes sense in context of your process.
Related Question