Fixed Issue with folder names existing already in the destination folder

This commit is contained in:
@CarlWachter 2024-04-11 20:13:37 +02:00
parent 41468f935a
commit bb2c639e9f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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)