combine 2 timetables with different variables into 1 timetable?
Show older comments
I have two timetables with different "time format"
I want to merge timetable 1 with timetable 2 to get timetable 3 as the following image:

Using join I get the following error: "The key variable for B must contain all values in the key variable for A."
which I guess it is because the timetable have different time format, but event if I change this, the error is still there.
Any Idea how to solve this?
Thank you in advance!
4 Comments
Dyuman Joshi
on 20 May 2022
Your guess is correct, there is no common variable/value in two tables to use join. What other format have you tried changed it too?
Angelavtc
on 20 May 2022
Dyuman Joshi
on 20 May 2022
Can you attach your data here?
Angelavtc
on 20 May 2022
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!