Saving large files using uisave

8 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Develop uifigure-Based Apps 的更多信息

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by