How to smooth plot of data?
Show older comments
Hi How can I smooth the following data? This is the gray intensity of an image. I could not use "smooth" function for that.

Is there any function for that or shall I use any filtering?
Thanks!
Steven
Accepted Answer
More Answers (1)
Jan
on 18 Jan 2014
0 votes
It depends on what the wanted result is. If you want to smooth the data extremely, use mean. A moving average filter is possible also, or a highpass filter, a Savitzki-Golay-filter or a mean over chunks of the data.
Categories
Find more on Smoothing and Denoising in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!