Is it possible to obtain the initial data after "smoothdata" function?
Mostrar comentarios más antiguos
I am smoothing the data with smoothdata(data, 'movmedian'). Is there any way to obtain the initial data after the smoothing is done?
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 13 de Dic. de 2022
0 votos
Sure there is. I assume you're putting the smoothed results back into the initial arrays. Just make a copy of it before you smooth it so you'll still have them.
Categorías
Más información sobre Calendar en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!