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

Jan
Jan 2013년 2월 12일
It is easier to answer, if you post, what you have tried so far and ask a specific question.

댓글을 달려면 로그인하십시오.

 채택된 답변

Sean de Wolski
Sean de Wolski 2013년 2월 12일

0 개 추천

d = dir;
uicontrol('Style','ListBox','Units','normalized','Position',[0.1 0.1 0.3 0.5],'string',{d.name})

댓글 수: 1

ZK
ZK 2013년 2월 13일
Thank You works, I was searching for answer in wrong direction.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

ZK
2013년 2월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by