Select a folder to save output files
21 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
Walter Roberson
2016-6-6
selected_dir = uigetdir();
set(handles.selected_path, 'String', selected_dir) %change handle name as appropriate
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!