how to handle variable time stamped long time series data?

1 visualización (últimos 30 días)
bushra raza
bushra raza el 20 de Oct. de 2018
Respondida: Hazel Thirsha el 2 de Mzo. de 2023
Hello! i am working on time series data of sea water levels. one station data is in zrx format, and other is in excel(xls) format. i have to find the correlation between the two data sets in Matlab. time stamps of both files are not syncronized. and i have to correlate the data on same time stamp. please guide me, should i shift my data to timetable. and then start my analysis? or how should i start it ?
thanks in advance.

Respuesta aceptada

jonas
jonas el 20 de Oct. de 2018
Editada: jonas el 20 de Oct. de 2018
  1. Load data
  2. Put data in two timetables
  3. Use synchronize
  4. Step 1-3 did not work? Upload the data.
  18 comentarios
bushra raza
bushra raza el 23 de Oct. de 2018
a great help indeed. thank full to you
can you please also guide me: how can i save this calculation with timestamp in a separate data file or so?
jonas
jonas el 23 de Oct. de 2018
Ive never done this, but you can probably use this
T = timetable2table(TT)
writetable(T, 'file.txt')
where TT is your timetable.

Iniciar sesión para comentar.

Más respuestas (1)

Hazel Thirsha
Hazel Thirsha el 2 de Mzo. de 2023
How to import a .zrx file in Matlab?

Categorías

Más información sobre Tables 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