minor fix

pull/1/head
Sebastian Held 2010-05-27 11:11:31 +02:00
parent 0b2219f36c
commit 56e1e52118
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ end
UI.TD = {}; UI.TD = {};
UI.FD = {}; UI.FD = {};
for n=1:numel(filenames) for n=1:numel(filenames)
tmp = load([path filenames{n}]); tmp = load( fullfile(path,filenames{n}) );
t = tmp(:,1)'; t = tmp(:,1)';
val = tmp(:,2)'; val = tmp(:,2)';