uigetdir2

バージョン 1.0.0.0 (2.22 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 Center および MATLAB AnswersDialog 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.