Your variables are reaching 2GB limit,revert to save -v7.3 This will be slower but avoids matlab not saving the data.

2 ビュー (過去 30 日間)
When I was processing data with MATLAB on Ubuntu 20, I received the following message:
Your variables are reaching 2GB limit, revert to save -v7.3
This will be slower but avoids matlab not saving the data
I then changed the MAT file save format to 7.3 in the MATLAB preferences, but after restarting the software and the computer, I still encountered the same error when processing data. How should I resolve this?
  2 件のコメント
Stephen23
Stephen23 2024 年 8 月 16 日
移動済み: Stephen23 2024 年 8 月 19 日
"How should I resolve this?"
Specify the version when calling SAVE:
save(.. , '-v7.3')
Walter Roberson
Walter Roberson 2024 年 8 月 19 日
Note that if you are encountering the problem when trying to save a figure, then there is no work-around. savefig does not accept version information.
(Unless you are using R2024b pre-release: R2024b pre-release savefig does support version information.)

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeWorkspace 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