i want to make smoothing to my data that i plot here ?

 Accepted Answer

Image Analyst
Image Analyst on 16 Sep 2014

0 votes

One way to do it is to use a Savitzky-Golay filter, basically a moving/sliding polynomial fit. See the attached code, below the screenshot, for a demo.

1 Comment

thanks i did smoothing on my data and it worked

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!