error message- variable cannot be saved use -v7.3 switch
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi, I am running in fMRI analysis using matlab 2014a and SPM 12. I am able to estimate a model in SPM when I use just a few subjects with no error messages in Matlab, but when I run all subjects, I receive the message a couple times during the model estimation. "Warning: Variable 'SPM' cannot be saved to a MAT-file whose version is older than 7.3 Skipping...." To save this variable use the -v7.3" What does this mean? I am using matlab 2014a so I am not sure where the file with version 7.3 comes in? Or why it is only a problem when running some subjects but not others. Any help or suggestions are appreciated.
Best, Christy
댓글 수: 0
채택된 답변
Walter Roberson
2015년 5월 6일
I have not looked at the SPM source in at least 3 years, so I cannot tell you at the moment what circumstances would trigger the problem. But if you just want to fix the problem, then according to the documentation for save():
To view or set the default version for MAT-files, select a MAT-file save format option in the General Preferences.
Make sure you set that to v7.3 and then try again.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Neuroimaging에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!