Christoph Budziszewski commited on 2009-04-28 01:16:55
Zeige 124 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.
git-svn-id: https://svn.discofish.de/MATLAB/spmtoolbox/SVMCrossVal@189 83ab2cfd-5345-466c-8aeb-2b2739fb922d
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
function ui_main(varargin) |
2 | 2 |
|
3 |
-DEFAULT.selectedSubject = [2]; |
|
3 |
+DEFAULT.selectedSubject = [1]; |
|
4 | 4 |
|
5 | 5 |
DEFAULT.pststart = -5; |
6 | 6 |
DEFAULT.pstend = 15; |
... | ... |
@@ -19,8 +19,8 @@ DEFAULT.searchlightradius = 3; |
19 | 19 |
DEFAULT.searchlightTimeline = ''; |
20 | 20 |
|
21 | 21 |
|
22 |
-DEFAULT.wd = fullfile('d:','Analyze','Choice','24pilot'); |
|
23 |
-% DEFAULT.wd = fullfile('/','home','chris'); |
|
22 |
+%DEFAULT.wd = fullfile('d:','Analyze','Choice','24pilot'); |
|
23 |
+DEFAULT.wd = fullfile('/','media','fMRI'); |
|
24 | 24 |
|
25 | 25 |
% Initialize and hide the GUI as it is being constructed. |
26 | 26 |
frameWidth=450; |
27 | 27 |