Is it possible to obtain the initial data after "smoothdata" function?
古いコメントを表示
I am smoothing the data with smoothdata(data, 'movmedian'). Is there any way to obtain the initial data after the smoothing is done?
採用された回答
その他の回答 (1 件)
Image Analyst
2022 年 12 月 13 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Calendar についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!