Command, replacing data points at given field indices with the average of the values before and after

6 views (last 30 days)
What was the suitable command for replacing data points at given field indices with the average of the values before and after ?
My data are one time vector and multiple parameter vector related to this time vector.
With filloutliers command, I get an index-list of the found outliers based on one the analysis of one parameter and use the same linear filling, onto these other vectors..
Is there a command intended for this task, may be even working together with filloutliers?

Accepted Answer

Walter Roberson
Walter Roberson on 7 Dec 2022
What if you assign nan at those locations, and then use fillmissing ?

More Answers (0)

Categories

Find more on Entering Commands in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!