Saving large files using uisave

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 Centro de ayuda y File Exchange.

Productos

Versión

R2017a

Preguntada:

el 4 de Jun. de 2018

Respondida:

el 21 de Sept. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by