Saving large files using uisave

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

 采纳的回答

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 Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品

版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by