How to smooth plot of data?
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Jan
2014 年 1 月 18 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Smoothing and Denoising についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!