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

 Akzeptierte Antwort

Clay
Clay am 21 Sep. 2018

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2017a

Gefragt:

am 4 Jun. 2018

Beantwortet:

am 21 Sep. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by