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일

0 개 추천

selected_dir = uigetdir();
set(handles.selected_path, 'String', selected_dir) %change handle name as appropriate

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 File Operations에 대해 자세히 알아보기

태그

질문:

2016년 6월 6일

댓글:

2016년 6월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by