Using GUI listbox to display files.

2 次查看(过去 30 天)
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by