How do I specify a different smoothing factor to each datapoint individually?
Show older comments
How do I specify a different smoothing factor to each datapoint individually? For example, for an array with 100 elements, I want the first and last 10 elements to be "fully" smoothed (smoothing factor/weight of 1), the middle elements to be unaffected (smoothing factor/weight of 0), and other elements to have a smoothing factor/weight of between 0 and 1.
1 Comment
Joe Vinciguerra
on 6 Apr 2023
Can you post your code as you have it now, and provide your data?
Accepted Answer
More Answers (0)
Categories
Find more on Smoothing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!