octave compatibility

This commit is contained in:
Sebastian Held 2010-04-17 21:56:16 +02:00
parent bff9e24940
commit 48e5a8111f

View File

@ -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)';