How to calculate mean time series of more time series with different sampling?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Péter Király
el 24 de Nov. de 2017
Comentada: Péter Király
el 24 de Nov. de 2017
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 comentario
Andrei Bobrov
el 24 de Nov. de 2017
Please attach small part of your data, example: 5M-01, 5M-02,5M-03.
Respuesta aceptada
KSSV
el 24 de Nov. de 2017
Read about interp1. Do interpolation and get all the series to same size and then do mean.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!