Using GUI listbox to display files.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello.
Can You show me, how to use GUI listbox to display files from folder and to select few of them to use them?
Thank You.
1 commentaire
Jan
le 12 Fév 2013
It is easier to answer, if you post, what you have tried so far and ask a specific question.
Réponse acceptée
Sean de Wolski
le 12 Fév 2013
d = dir;
uicontrol('Style','ListBox','Units','normalized','Position',[0.1 0.1 0.3 0.5],'string',{d.name})
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!