MATLAB: Data Analysis: Can I compare and match timestamps

compare datadataMATLABtimestamp

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?

Best Answer

I think you are looking for something like join or outerjoin for tables.
Related Question