Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Input timetables must contain unique row times when synchronizing using 'linear'

1 visualización (últimos 30 días)
Sangani Prithvi
Sangani Prithvi el 25 de Ag. de 2021
Cerrada: Rena Berman el 23 de Sept. de 2021
I tried to run this synchronous function but, its showing an error something like this
"Input timetables must contain unique row times when synchronizing using 'linear'
T = readtable('ctm.xlsx');
head(T);
T.Time = days(T.Time);
T.Time.Format = "hh:mm:ss.SSS";
TT = table2timetable(T,'RowTimes','Time');
head(TT);
D = readtable('DIC.xlsx');
D.Time = days(D.Time);
D.Time.Format = "hh:mm:ss.SSS";
DD = table2timetable(D,'RowTimes','Time');
data = synchronize(TT,DD,"secondly","linear");

Respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by