Axel Lindner commited on 2009-05-22 13:04:45
Zeige 3 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.
git-svn-id: https://svn.discofish.de/MATLAB/spmtoolbox/SVMCrossVal@197 83ab2cfd-5345-466c-8aeb-2b2739fb922d
... | ... |
@@ -4,8 +4,8 @@ switch getSPMVersion |
4 | 4 |
case 'SPM5' |
5 | 5 |
filter = '^.*\.hdr$'; |
6 | 6 |
[files, dirs] = spm_select('List', fullfile(subjectDir,'a'), filter); |
7 |
- case 'SPM2' |
|
8 |
- files = 'swrfandersen-0003-00001-000001.hdr'; |
|
7 |
+% case 'SPM2' |
|
8 |
+% files = 'swrfandersen-0003-00001-000001.hdr'; |
|
9 | 9 |
otherwise |
10 | 10 |
filter = '^.*\.hdr$'; |
11 | 11 |
files = getFilteredFileList(fullfile(subjectDir,'a'),filter,0); |
... | ... |
@@ -4,8 +4,8 @@ addpath(fullfile(getTbxPath,'NIFTI_20090325')); |
4 | 4 |
SVMCROSSVAL_DEBUG = 0; |
5 | 5 |
NORM_DECODE = 0; % 1: normalize to [-1:1], 0: normalize to [0:1] |
6 | 6 |
|
7 |
-subjectResultDir |
|
8 |
-savePath = fullfile(subjectResultDir,'fbs',datestr(now,30)); |
|
7 |
+subjectResultDir = subjectdata{1}.dir; |
|
8 |
+savePath = fullfile(subjectResultDir,'results','fbs',datestr(now,30)); |
|
9 | 9 |
mkdir(savePath); |
10 | 10 |
|
11 | 11 |
args = header.args; |