소스 검색

'code_MATLAB/Figure_3.m' ändern

Ece Boran 3 년 전
부모
커밋
44bdb63c59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;