mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sw-plotting-tool.git
synced 2025-06-10 01:55:59 +00:00
Fixed Issue with folder names existing already in the destination folder
This commit is contained in:
parent
41468f935a
commit
bb2c639e9f
Binary file not shown.
@ -5,7 +5,7 @@ function saveFigs(folder, figureVar, channelName, path, file)
|
|||||||
warning('off','all');
|
warning('off','all');
|
||||||
|
|
||||||
%Create file folder
|
%Create file folder
|
||||||
file = strcat(path, '\', file);
|
file = strcat(path, '\', file, 'plots');
|
||||||
mkdir(file);
|
mkdir(file);
|
||||||
|
|
||||||
%Create type folder (graph, mean, fourier)
|
%Create type folder (graph, mean, fourier)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user