Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update results display
  • Loading branch information
Tanusree Chaudhuri authored and Tanusree Chaudhuri committed Jul 27, 2020
1 parent d5f4d01 commit a8469ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Start_ARET.m
Expand Up @@ -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

0 comments on commit a8469ba

Please sign in to comment.