Is it possible to obtain the initial data after "smoothdata" function?
Mostra commenti meno recenti
I am smoothing the data with smoothdata(data, 'movmedian'). Is there any way to obtain the initial data after the smoothing is done?
Risposta accettata
Più risposte (1)
Image Analyst
il 13 Dic 2022
0 voti
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.
Categorie
Scopri di più su Data Preprocessing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!