Effacer les filtres
Effacer les filtres

Using GUI listbox to display files.

2 vues (au cours des 30 derniers jours)
ZK
ZK le 12 Fév 2013
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
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.

Connectez-vous pour commenter.

Réponse acceptée

Sean de Wolski
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})
  1 commentaire
ZK
ZK le 13 Fév 2013
Thank You works, I was searching for answer in wrong direction.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks 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!

Translated by