필터 지우기
필터 지우기

Saving large files using uisave

조회 수: 9 (최근 30일)
Yoni Sher
Yoni Sher 2018년 6월 4일
답변: Clay 2018년 9월 21일
Hi, Is there any way to specify the '-v7.3' switch (i.e. allow saving large files) from uisave?

채택된 답변

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by