Error using load. Can't read file <filename>.

조회 수: 3 (최근 30일)
jj
jj 2012년 6월 26일
Hi guys,
I have tried to search on google, and within this forum before deciding to post. I have been trying to save a workspace that is approximately 5gb large. It's huge, but it is important that I save all the variables generated by the matlab code I have. It takes approximately 17 hours for my code to finish its run. So, it's been really frustrating to keep re-running the program, without the ability to save all the result variables.
After the results are out, I am able to successfully save the workspace as a .mat file. However, when I tried to load the results .mat file, it says there is an error using load, and Matlab can't read file.
Is there a way to solve this problem? How else can I successfully save and load a program? I am using a 64bit, 8gb ram computer.
Thanks.
  댓글 수: 2
Jan
Jan 2012년 6월 26일
Which Matlab version are you using and are you saving in -v7 or -v7.3 format?
Belgacem
Belgacem 2013년 1월 8일
I have the smae issue Matlab version V7.3

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

답변 (1개)

Jan
Jan 2013년 1월 8일
Please post the version of the MAT file format. See help save. Try:
save(FileName, 'Data', '-v7.3');

카테고리

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