octave compatibility

pull/1/head
Sebastian Held 2010-04-17 21:56:16 +02:00
parent bff9e24940
commit 48e5a8111f
1 changed files with 2 additions and 0 deletions

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