Using GUI listbox to display files.

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 comentario

Jan
Jan el 12 de Feb. de 2013
It is easier to answer, if you post, what you have tried so far and ask a specific question.

Iniciar sesión para comentar.

 Respuesta aceptada

Sean de Wolski
Sean de Wolski el 12 de Feb. de 2013
d = dir;
uicontrol('Style','ListBox','Units','normalized','Position',[0.1 0.1 0.3 0.5],'string',{d.name})

1 comentario

ZK
ZK el 13 de Feb. de 2013
Thank You works, I was searching for answer in wrong direction.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

ZK
el 12 de Feb. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by