フィルターのクリア

Saving large files using uisave

8 ビュー (過去 30 日間)
Yoni Sher
Yoni Sher 2018 年 6 月 4 日
回答済み: Clay 2018 年 9 月 21 日
Hi, Is there any way to specify the '-v7.3' switch (i.e. allow saving large files) from uisave?

採用された回答

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by