installing MAT-file version 7.3

10 ビュー (過去 30 日間)
Mark Hubelbank
Mark Hubelbank 2025 年 3 月 25 日
コメント済み: Mark Hubelbank 2025 年 3 月 25 日
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?

採用された回答

Stephen23
Stephen23 2025 年 3 月 25 日
From the SAVE documentation:
save("tmp\wavedata_0301","wavedata","-v7.3");
% ^^^^^^^
  1 件のコメント
Mark Hubelbank
Mark Hubelbank 2025 年 3 月 25 日
That worked. It never occured to me that the version of this sort would need to be specified in the save command.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by