From a8469ba1ef3aebf2ce38e5e78389781a6dcabd38 Mon Sep 17 00:00:00 2001 From: Tanusree Chaudhuri Date: Mon, 27 Jul 2020 13:25:02 +0200 Subject: [PATCH] update results display --- Start_ARET.m | 1 + 1 file changed, 1 insertion(+) 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