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

 채택된 답변

Clay
Clay 2018년 9월 21일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품

릴리스

R2017a

질문:

2018년 6월 4일

답변:

2018년 9월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by