diff --git a/PlottingTool.mlapp b/PlottingTool.mlapp index 2218503..6f3fc02 100644 Binary files a/PlottingTool.mlapp and b/PlottingTool.mlapp differ diff --git a/saveFigs.m b/saveFigs.m index e9e445c..d699f0c 100644 --- a/saveFigs.m +++ b/saveFigs.m @@ -5,7 +5,7 @@ function saveFigs(folder, figureVar, channelName, path, file) warning('off','all'); %Create file folder - file = strcat(path, '\', file); + file = strcat(path, '\', file, 'plots'); mkdir(file); %Create type folder (graph, mean, fourier)