How do I stop Matlab from creating temporary files (2020b and newer) or delete them programmatically?
30 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I used to use Matlab 2018b for running simulations in both Matlab and Simulink without issue. I upgraded to 2020b and noticed Matlab now creates temporary files that are stored in my C:\Users\<username>\AppData\Local\Temp folder. Running Simulink.sdi.clear seems to help, but only when the simulation completely runs. Is there an easy way to stop Matlab from creating these files or a way to programatically delete temp files created by Matlab that are no longer being used?
If this question has already been answered, please send me the link. I've looked but I haven't found what I am looking for yet.
0 Kommentare
Antworten (1)
Steven Lord
am 14 Feb. 2024
From your description and your mention of Simulink.sdi.clear resolving the problem, this sounds like it might be Bug Report 2507175. Can you try simulating your model in release R2021b (which the Bug Report lists as having fixed the bug) and see if the behavior persists?
Siehe auch
Kategorien
Mehr zu Reporting and Database Access finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!