Is it possible to obtain the initial data after "smoothdata" function?
Ältere Kommentare anzeigen
I am smoothing the data with smoothdata(data, 'movmedian'). Is there any way to obtain the initial data after the smoothing is done?
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 13 Dez. 2022
0 Stimmen
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.
Kategorien
Mehr zu Data Preprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!