How to smooth plot of data?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Jan
am 18 Jan. 2014
0 Stimmen
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.
Kategorien
Mehr zu Smoothing and Denoising finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!