From 48e5a8111fb0493f1059ae00253c150c3a88230d Mon Sep 17 00:00:00 2001 From: Sebastian Held Date: Sat, 17 Apr 2010 21:56:16 +0200 Subject: [PATCH] octave compatibility --- matlab/ReadUI.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matlab/ReadUI.m b/matlab/ReadUI.m index bae9017..ce940ee 100644 --- a/matlab/ReadUI.m +++ b/matlab/ReadUI.m @@ -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)';