diff --git a/app.mlapp b/app.mlapp index 940fe30..872d305 100644 Binary files a/app.mlapp and b/app.mlapp differ diff --git a/assets/vector2timetable.m b/assets/vector2timetable.m index 9e82fae..6452d96 100644 --- a/assets/vector2timetable.m +++ b/assets/vector2timetable.m @@ -21,7 +21,7 @@ function [data] = vector2timetable(data_path, varargin) catch try for i=1:length(tt) - sortrows(tt{i}); + tt{i} = sortrows(tt{i}); end data = synchronize(tt{:},"union","nearest"); catch