MATLAB: Basic fitting MATLAB: Fitting the data with approximate curve.

2d plotbasic fittingdata analysisgraph plotMATLABprocessing graph plot

I have plotted X-Y data using MATLAB (image on left in fig.), I have total 19300 data points which I got from experiments. I have used tools like "spline interpolant", "shape-preserving interpolat" etc to do basic fitting, but it does not satisfy my requirement. What I want is smooth curve which should look like red curve shown in figure (right fig.). Further, I also want to get information out of red curve, for example slope of the curve at various points on red curve. Can you please suggest me an appropriate tool for these two purposes. Thank you.

Best Answer

Use "curve fitting" app, upload the data points and use smoothing curve option.
Related Question