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
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!