How to select a folder?
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shaila parvin
le 15 Juin 2014
Réponse apportée : Image Analyst
le 15 Juin 2014
Dear matlab experts,
I’m facing a problem. I want to select a folder. I used uigetfile() function but it takes me to the contents/images of the folder. I don’t want this. I want to stop by selecting a folder. How can I do that? Please let me know.
Thanks and Regards Shaila
0 commentaires
Réponse acceptée
Image Analyst
le 15 Juin 2014
Use uigetdir(). But when you use that, you can't see any of the files in the folder, which would help you to know if you were in the right folder.
You might also take a look at uipickfiles: http://blogs.mathworks.com/pick/2010/02/19/file-and-folder-selection-gui/
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!