how to handle variable time stamped long time series data?

조회 수: 1 (최근 30일)
bushra raza
bushra raza 2018년 10월 20일
답변: Hazel Thirsha 2023년 3월 2일
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.

채택된 답변

jonas
jonas 2018년 10월 20일
편집: jonas 2018년 10월 20일
  1. Load data
  2. Put data in two timetables
  3. Use synchronize
  4. Step 1-3 did not work? Upload the data.
  댓글 수: 18
bushra raza
bushra raza 2018년 10월 23일
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 2018년 10월 23일
Ive never done this, but you can probably use this
T = timetable2table(TT)
writetable(T, 'file.txt')
where TT is your timetable.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Hazel Thirsha
Hazel Thirsha 2023년 3월 2일
How to import a .zrx file in Matlab?

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by