Browse Source

'code_MATLAB/Figure_3.m' ändern

Ece Boran 3 years ago
parent
commit
44bdb63c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code_MATLAB/Figure_3.m

+ 1 - 1
code_MATLAB/Figure_3.m

@@ -15,7 +15,7 @@ chs = [1 3 5 6 8 10 12]; % healthy amygdalae
 chtot = 0;
 for nSubject = 1:9
     file_name = sprintf('Data_Subject_%.2d_Session_01.h5',nSubject);
-    f = nix.File([strNIXFolderPath  filesep file_name],nix.FileMode.ReadOnly);
+    f = nix.File([strNIXFolderPath,filesep,file_name],nix.FileMode.ReadOnly);
     
     sectionSession = f.openSection('Session');
     all_trials = sectionSession.openProperty('Number of trials').values{1}.value;