MATLAB: Extraction analytical eqution from interpolant fitting

curve fittingMATLAB

How can i extract analytical equation from cfit, when i use interpolant fitting (e.g. cubic spline)?

Best Answer

When you asked this question about a day ago, you wrote in terms of "symbolic" expression rather than analytical expression.
To answer your question you are going to need to describe the form of analytical equation you need. cubic splines are inherently defined piece-wise, so there is not going to be a single equation unless you start using piecewise() or heaviside() or similar.
Related Question