Using GUI listbox to display files.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Jan
il 12 Feb 2013
It is easier to answer, if you post, what you have tried so far and ask a specific question.
Risposta accettata
Sean de Wolski
il 12 Feb 2013
d = dir;
uicontrol('Style','ListBox','Units','normalized','Position',[0.1 0.1 0.3 0.5],'string',{d.name})
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!