MATLAB: Curve Fitting (No noise)

curvefittingMATLAB

I need to find the function that describes a dataset (x, y), the values do not have noise. Which commands do you recommend?

Best Answer

See my polyfit() demo, attached. It's one of many possible ways. Whether or not it will be best for your needs is known only by you, not us.
Related Question