소스 검색

Preventing fitCenters to generate plots of fits

Andrej Studen@Labkey-KNM 1 년 전
부모
커밋
71be3a9b0f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      matlab/fitCenters.m

+ 2 - 2
matlab/fitCenters.m

@@ -169,8 +169,8 @@ function [globalPar, cPars] = ...
     %cPars(cPars(:,2)>0.4,1)=0;
     %reset k1 for those where k2 is abnormally large
     %cPars(cPars(:,3)>1,1)=0;
-    opath=fullfile(path,patientID);
-    plotFunctions(opath,code,globalPar,cPars,cax,centers);
+    %opath=fullfile(path,patientID);
+    %plotFunctions(opath,code,globalPar,cPars,cax,centers);
     
     
 end