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

 Réponse acceptée

Clay
Clay le 21 Sep 2018

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Centre d'aide et File Exchange

Produits

Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by