Using GUI listbox to display files.
1 次查看(过去 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
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
2013-2-12
d = dir;
uicontrol('Style','ListBox','Units','normalized','Position',[0.1 0.1 0.3 0.5],'string',{d.name})
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!