combine 2 timetables with different variables into 1 timetable?
Mostra commenti meno recenti
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 Commenti
Dyuman Joshi
il 20 Mag 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
il 20 Mag 2022
Dyuman Joshi
il 20 Mag 2022
Can you attach your data here?
Angelavtc
il 20 Mag 2022
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!