added function for filtering, small minor fixes
This commit is contained in:
@ -21,7 +21,7 @@ function [data] = vector2timetable(data_path, varargin)
|
|||||||
catch
|
catch
|
||||||
try
|
try
|
||||||
for i=1:length(tt)
|
for i=1:length(tt)
|
||||||
sortrows(tt{i});
|
tt{i} = sortrows(tt{i});
|
||||||
end
|
end
|
||||||
data = synchronize(tt{:},"union","nearest");
|
data = synchronize(tt{:},"union","nearest");
|
||||||
catch
|
catch
|
||||||
|
|||||||
Reference in New Issue
Block a user