|
@@ -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
|