Explorar el Código

Preventing fitCenters to generate plots of fits

Andrej Studen@Labkey-KNM hace 1 año
padre
commit
71be3a9b0f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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