-
Hi, I can't delete the output files because it is stated that the files are stille opened in matlab after the simulation finished. is it possible to delete the output files without closing matlab? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Peku995 Under normal termination conditions, the file ownerships should be released automatically to the user. |
Beta Was this translation helpful? Give feedback.
-
Hi @Peku995, as a temporary bypass for now, note that you can set the simulation variable overwriteRequested to a |
Beta Was this translation helpful? Give feedback.
Hi @Peku995 Under normal termination conditions, the file ownerships should be released automatically to the user.
But only in Windows when the simulation fails for any reason then Windows keeps the file ownership with the failed simulation (i.e., with MATLAB). This can be fixed within the sampler implementation by enforcing file closure should the simulations fail at any stage.
We will try to fix this in the impending release.
Thanks for reporting this issue! :-)