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!