diff --git a/Start_ARET.m b/Start_ARET.m index dc27a5f..a11ddae 100644 --- a/Start_ARET.m +++ b/Start_ARET.m @@ -60,5 +60,6 @@ ClusterLabelling_ResultsDir = strcat(DataDir,'ClusterLabelling_Results'); [pth,nam,ext] = spm_fileparts(ImageFile); save(strcat(ClusterLabelling_ResultsDir,'/CT_',nam),'ClusterTable'); + disp(['Cluster Labelling result is stored in ',ClusterLabelling_ResultsDir]); end end \ No newline at end of file