Saving large files using uisave

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 Centro assistenza e File Exchange

Prodotti

Release

R2017a

Richiesto:

il 4 Giu 2018

Risposto:

il 21 Set 2018

Community Treasure Hunt

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

Start Hunting!

Translated by