Azzera filtri
Azzera filtri

Saving large files using uisave

5 visualizzazioni (ultimi 30 giorni)
Yoni Sher
Yoni Sher il 4 Giu 2018
Risposto: Clay il 21 Set 2018
Hi, Is there any way to specify the '-v7.3' switch (i.e. allow saving large files) from uisave?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Prodotti


Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by