MATLAB: How to merge multiple timetable

mergeordertimetable

dear advisers,
i have multiple timetables with different timestamps (yyyy-mm-dd hh:mm), but within a same time period.
I wish to merge multiple timetables into a single timetable, and the measurement recorded for each corresponding timestamps shall be organized in ascending order (e.g. 2020-08-01 0:00 , 2008-08-01 1:00, ….).
Thank you for your advice.

Best Answer

You might be able to use synchronize. If you have more than 2 tables, you will need to use it multiple times.
Related Question