How to smooth plot of data?
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Jan
el 18 de En. de 2014
0 votos
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.
Categorías
Más información sobre Smoothing and Denoising en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!