Is it possible to obtain the initial data after "smoothdata" function?
Afficher commentaires plus anciens
I am smoothing the data with smoothdata(data, 'movmedian'). Is there any way to obtain the initial data after the smoothing is done?
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 13 Déc 2022
0 votes
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.
Catégories
En savoir plus sur Data Preprocessing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!