How do I clean a test file which size stayed big enough?

2 次查看(过去 30 天)
I've got a test file that was linked to larga data files and now those files were reduced in size. Due to the linkage, the test file size was 1.28gb; the fact is that now that the data files were reduced, the test file carries on with the old size and I cannot find a way to "clean it"

采纳的回答

Karan Singh
Karan Singh 2024-6-17
Hi Iñaki,
If your test file remains large even after the data files it links to have been reduced in size, it suggests that there might be lingering or cached data within the file that isn't being automatically cleared. Here’s what you can do:
1. Try clearing test results, your file may contain old test results that take up a significant amount of space. Clearing these results can help reduce the file size.
- Open your test file in MATLAB.
- Navigate to the Test Manager and find the results section.
- Select and delete old or unnecessary test results.
2. Reimport reduced datasets, If the MLDATX file directly references large datasets that have been reduced in size, reimporting these datasets might be beneficial.
- Open the Test Manager and locate any datasets or artifacts linked within your MLDATX file.
- Remove the current links or datasets.
- Reimport or relink the reduced data files.
Thanks,
Karan Singh

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Inputs 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by