installing MAT-file version 7.3
조회 수: 11 (최근 30일)
이전 댓글 표시
I am getting the error:
Warning: Variable 'wavedata' was not saved. For variables larger than 2GB use MAT-file version 7.3 or later.
from the statement:
save("tmp\wavedata_0301","wavedata");
I have matlab version R2024b update 24.2.0.2740171
is the MAT-file version 7.3 something that has to be added to the installation or does it have to be enabled in some way?
댓글 수: 0
채택된 답변
Stephen23
2025년 3월 25일
From the SAVE documentation:
save("tmp\wavedata_0301","wavedata","-v7.3");
% ^^^^^^^
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!