MATLAB: How to obtain points on a curve fitting polynomial function

curve fittingpolynomials

I am curve fitting a scatter plot and did curve fitting operations using the toolbox. I want to output values from the polynomial function. How can I obtain points from the polynomial function?

Best Answer

https://de.mathworks.com/help/curvefit/feval.html
Best wishes
Torsten.