Calculate the mean of the values in each time serie
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hello, i have a data of time series. I want to get these data on regular time intervals (each 15 min). How I can achieve this task under matlab?
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 22 Apr 2017
        If you have a new enough version of MATLAB, you can use a timetable() and use retime()
4 Commenti
  Walter Roberson
      
      
 il 22 Apr 2017
				Your image appears to be using timetable objects; your original question asked about time series. If you do have timeseries objects, you can use the resample() method.
Più risposte (1)
  Image Analyst
      
      
 il 22 Apr 2017
        Use interp1() to resample the data at the desired interval.
3 Commenti
  Image Analyst
      
      
 il 22 Apr 2017
				OK. But It's hard for anyone to give you specific recommendations or code when you don't even show us what form your data is in. So why don't you just resample all your vectors so that they cover the same time intervals, add them up, and divide by the number of vectors. Will that not work?
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



