how i can smooth my data ?

1 view (last 30 days)
aliaa madbouly
aliaa madbouly on 16 Sep 2014
Commented: aliaa madbouly on 17 Sep 2014
i want to make smoothing to my data that i plot here ?

Accepted Answer

Image Analyst
Image Analyst on 16 Sep 2014
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
aliaa madbouly
aliaa madbouly on 17 Sep 2014
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!