Browse Source

Adding quit to generateCenters

Andrej Studen@Labkey-KNM 1 year ago
parent
commit
18e26aadd9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      matlab/generateCenters.m

+ 1 - 0
matlab/generateCenters.m

@@ -9,3 +9,4 @@ saveCenters(path,patientID,cax, cm, data, nclass,nRealizations);
 %with biexp fit, chat is equivalent to caspline
 %[xa,data1]=dynamicAnalysis(cax,data,chat,cm);
 disp(sprintf('[%s %d %d] generateCenters done',patientID,nclass,nRealizations));
+quit;