How do I make my MATLAB curve smoother?
Fit smoothing splines in the Curve Fitter app or with the fit function to create a smooth curve through data and specify the smoothness. Fit smooth surfaces to your data in the Curve Fitter app or with the fit function using Lowess models.
What does smooth data do in MATLAB?
Description. B = smoothdata( A ) returns a moving average of the elements of a vector using a fixed window length that is determined heuristically. The window slides down the length of the vector, computing an average over the elements within each window.