How can I load a large (~2.3Gb) .mat file?

조회 수: 19 (최근 30일)
Madeline Myers
Madeline Myers 2025년 2월 25일
편집: Sahas 2025년 3월 6일
I have a large 2.3Gb .mat file that was created with this version of matlab (R2017a) and on this computer and have not had trouble loading the file in the past. After using "clear", I can no longer load the file and receive the error: Error using load: Cannot read file.
  댓글 수: 2
Torsten
Torsten 2025년 2월 25일
Better contact Mathworks Support for help:
Sahas
Sahas 2025년 3월 4일
Can you try loading the MAT file in another system, and a new MAT file ~2.3 GB on the same system so that the issue can be localized further?

댓글을 달려면 로그인하십시오.

답변 (1개)

Sahas
Sahas 2025년 3월 6일
편집: Sahas 2025년 3월 6일
As per my understanding, you are cannot load a MAT file in your workspace whose size is around 2.3GB.
Please try loading the MAT file in another system, and a new MAT file ~2.3 GB on the same system. This will help you determine if the issue is with the MAT file itself or the system settings. If other MAT files of similar size can be loaded, the original file might be corrupted.
Please refer to this MathWorks documentation on MATLAB's "matfile" function. It allows you to load MAT files larger than 2 GB directly from disk memory without loading all the variables into memory: https://www.mathworks.com/help/matlab/large-mat-files.html
I hope this is beneficial!

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by