Closed GiulioRomualdi closed 2 years ago
With this PR it will be possible to support different methods for file indexing.
For instance setting
config.file_indexing = "%Y_%m_%d_%H_%M_%S";
you will get a file named <file_name>_2021_12_13_19_42_08.mat
<file_name>_2021_12_13_19_42_08.mat
cc @Nicogene @AlexAntn @traversaro @S-Dafarra
Hi @Nicogene, I updated the example and the README.
Merged, thanks!
With this PR it will be possible to support different methods for file indexing.
For instance setting
you will get a file named
<file_name>_2021_12_13_19_42_08.mat
cc @Nicogene @AlexAntn @traversaro @S-Dafarra