Hi, Is there any way to specify the '-v7.3' switch (i.e. allow saving large files) from uisave?

 採用された回答

Clay
Clay 2018 年 9 月 21 日

0 投票

use uiputfile instead. Credit to Jan.
[filename, filepath] = uiputfile('*.mat', 'Save the project file:');
FileName = fullfile(filepath, filename);
save(FileName, 'yourVariable', '-v7.3');

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

リリース

R2017a

質問済み:

2018 年 6 月 4 日

回答済み:

2018 年 9 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by