How do I clean a test file which size stayed big enough?
2 views (last 30 days)
Show older comments
Iñaki Eizaguirre
on 11 Jun 2024
Answered: Karan Singh
on 17 Jun 2024
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"
0 Comments
Accepted Answer
Karan Singh
on 17 Jun 2024
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 Comments
More Answers (0)
See Also
Categories
Find more on Outputs in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!