Select a folder to save output files

30 ビュー (過去 30 日間)
adi kul
adi kul 2016 年 6 月 6 日
コメント済み: adi kul 2016 年 6 月 6 日
Hello All, I need help in selecting a folder to save the out put files. Attached is the part of my GUI where I want user to select the folder where the out put .jpg files will be saved.
I also want to show the path which user selects in the edit box. Can anyone help me?

採用された回答

Walter Roberson
Walter Roberson 2016 年 6 月 6 日
selected_dir = uigetdir();
set(handles.selected_path, 'String', selected_dir) %change handle name as appropriate
  1 件のコメント
adi kul
adi kul 2016 年 6 月 6 日
Thanks a lot :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by