How to calculate mean time series of more time series with different sampling?

1 view (last 30 days)
So I have several x-y series (measurement data) where x is different for every series and somehow I want to have an average x-y series (the y values are averaged).
I am placing a figure for better understanding the situation:
How can I do this?

Accepted Answer

KSSV
KSSV on 24 Nov 2017
Read about interp1. Do interpolation and get all the series to same size and then do mean.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!