필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
Iñaki Eizaguirre
Iñaki Eizaguirre 2024년 6월 11일
답변: Karan Singh 2024년 6월 17일
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