sdi.Reposi​tory.clear​Repository​File never ends

8 次查看(过去 30 天)
I have some simulations that creates a lot of temporary files. I need to run several of them and the memory usage of the temporary .dmr file increases a lot. I have had situations with 50Gb of data saved in the temporary files.
I found that the running "sdi.Repository.clearRepositoryFile" solves the issue, the file is deleted. The problem is that the line of code may sometimes stop working and it would freeze matlab. So I have to kill it and open it again.
Does anyone knows what may be the issue with that line of code?

回答(1 个)

Stefanie Schwarz
Stefanie Schwarz 2025-8-22,21:45
编辑:Stefanie Schwarz 2025-8-22,21:46
Using sdi.Repository.clearRepositoryFile is not recommended. You can use Simulink.sdi.clear to clear all logged data in a running MATLAB session.
Note that DMR files are automatically deleted when MATLAB closes. Only when MATLAB terminates unexpectedly (for example, when MATLAB crashes), DMR files may remain in the temporary directory. These DMR files should only be deleted while MATLAB is closed. Please see:
For strategies to reduce the size of DMR files to begin with, see:

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by