Data Analysis: Can I compare and match timestamps?

조회 수: 2 (최근 30일)
Stefan Azzopardi
Stefan Azzopardi 2018년 4월 10일
댓글: Stefan Azzopardi 2018년 6월 13일
I have imported in Matlab 2 sets of big data (each set consist 2 columns by 8000 rows). The first set consist of a timestamp (date, time) and data type A and the second set consist of timestamp (date, time) and data type B. Is it possible that I program MATLAB to compare the 2 timestamps from the different sets and put data A and B in the correlated rows?

채택된 답변

Razvan Carbunescu
Razvan Carbunescu 2018년 4월 11일
I think you are looking for something like join or outerjoin for tables.
  댓글 수: 1
Stefan Azzopardi
Stefan Azzopardi 2018년 6월 13일
Hi Razvan,
Thanks for your help. It was very helpful and managed to use it for 2 tables. On the other hand I have more than 2 tables which I need to compare with the first variable ('Timestamp'). Is it possible to use in any way outerjoin for more than 2 tables?
Regards

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

추가 답변 (0개)

카테고리

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