Clear/delete out.log-file...
Posted: Fri Nov 23, 2018 12:40 pm
Hi all
I'm running a list of static optimizations through MATLAB using a for-loop. Is there a way to clear/delete the out.log-file after each iteration?
The following does not work (Error-message: "Warning: File not found or permission denied"):
fclose('all')
delete('out.log')
Thanks for your help!
-Stefan
I'm running a list of static optimizations through MATLAB using a for-loop. Is there a way to clear/delete the out.log-file after each iteration?
The following does not work (Error-message: "Warning: File not found or permission denied"):
fclose('all')
delete('out.log')
Thanks for your help!
-Stefan