installing MAT-file version 7.3
10 次查看(过去 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!