Select a folder to save output files

14 Ansichten (letzte 30 Tage)
adi kul
adi kul am 6 Jun. 2016
Kommentiert: adi kul am 6 Jun. 2016
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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 6 Jun. 2016
selected_dir = uigetdir();
set(handles.selected_path, 'String', selected_dir) %change handle name as appropriate

Weitere Antworten (0)

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by