octave compatibility
parent
bff9e24940
commit
48e5a8111f
|
@ -10,6 +10,8 @@ else
|
|||
filenames=files;
|
||||
end
|
||||
|
||||
UI.TD = {};
|
||||
UI.FD = {};
|
||||
for n=1:numel(filenames)
|
||||
tmp = load([path filenames{n}]);
|
||||
t = tmp(:,1)';
|
||||
|
|
Loading…
Reference in New Issue