Borrar filtros
Borrar filtros

Saving large files using uisave

5 visualizaciones (últimos 30 días)
Yoni Sher
Yoni Sher el 4 de Jun. de 2018
Respondida: Clay el 21 de Sept. de 2018
Hi, Is there any way to specify the '-v7.3' switch (i.e. allow saving large files) from uisave?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by