uigetdir2

Directory selection dialog box which remembers the last directory selected.
2,2K téléchargements
Mise à jour 18 avr. 2007

Afficher la licence

Note de l’éditeur : 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.

Citation pour cette source

Chris Cannell (2026). uigetdir2 (https://fr.mathworks.com/matlabcentral/fileexchange/9521-uigetdir2), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur App Building dans Help Center et MATLAB Answers
Version Publié le Notes de version
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.