Using GUI listbox to display files.

2 ビュー (過去 30 日間)
ZK
ZK 2013 年 2 月 12 日
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 Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by