uigetdir2

版本 1.0.0.0 (2.2 KB) 作者: Chris Cannell
Directory selection dialog box which remembers the last directory selected.
2.1K 次下载
更新时间 2007/4/18

查看许可证

编者注: This file was selected as MATLAB Central Pick of the Week

Wrapper for Matlab's UIGETDIR function which adds the ability to remember the last selected directory. UIGETDIR2 stores information about the last selected directory in a mat file which it looks for when called.

引用格式

Chris Cannell (2024). uigetdir2 (https://www.mathworks.com/matlabcentral/fileexchange/9521-uigetdir2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dialog Boxes 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Added a check for empty string passed as first argument so you can specify dialog text as the second argument and still make use of the last used directory feature. Thanks to Jonathan Erickson for the bug report.