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 个评论

It is easier to answer, if you post, what you have tried so far and ask a specific question.

请先登录,再进行评论。

 采纳的回答

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

1 个评论

Thank You works, I was searching for answer in wrong direction.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by