time series data truncating

4 visualizaciones (últimos 30 días)
Sam17
Sam17 el 4 de Oct. de 2019
Comentada: Turlough Hughes el 4 de Oct. de 2019
i have a matlab table as:
time var1 var2 var3 var4
1/2/2019 04:10:11:234 10 100 Nan 15
1/2/2019 04:10:11:235 Nan Nan 5 Nan
1/2/2019 04:10:12:345 Nan 12 Nan 1
1/2/2019 04:10:12:346 1 Nan 4 Nan
And i want the final dataset as a 1 second sampled data like:
1/2/2019 04:10:11 10 100 5 15
1/2/2019 04:10:12 1 12 4 1
How do i implement this?
  1 comentario
Turlough Hughes
Turlough Hughes el 4 de Oct. de 2019
Are you looking to round to the nearest second for the time data or emove the last 4 characters in the time string? It would be better to see a larger set of data, can you upload the table?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Time Series en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by