mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sw-plotting-tool.git
synced 2025-09-28 21:57:33 +00:00
Fixed Issue with folder names existing already in the destination folder
This commit is contained in:
Binary file not shown.
@@ -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)
|
||||
|
Reference in New Issue
Block a user