How to calculate mean time series of more time series with different sampling?
1 view (last 30 days)
Show older comments
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/170097/image.jpeg)
How can I do this?
1 Comment
Accepted Answer
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)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!