Default GUI "File"->"Save as..." Directory
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all,
I was wondering if there is a way to change the default save location for the built in GUI "File"->"Save as.." command. As far as my understanding goes (from testing), it seems the built in "Save as..." defaults to the last saved directory. Again, anyway of changing this?
__________________________________________________________________________
In the past:
I have implemented a button that makes this call
[FileName,PathName,FilterIndex] = uiputfile(savetypes,'Save Figure as...',fullfile(filePath,filenom));
and used saveas accordingly; however, this isn't a viable option in this instance.
__________________________________________________________________________
Thanks, Josh
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Search Path에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!