Select a folder to save output files
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
adi kul
el 6 de Jun. de 2016
Comentada: adi kul
el 6 de Jun. de 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/165759/image.png)
I also want to show the path which user selects in the edit box. Can anyone help me?
0 comentarios
Respuesta aceptada
Walter Roberson
el 6 de Jun. de 2016
selected_dir = uigetdir();
set(handles.selected_path, 'String', selected_dir) %change handle name as appropriate
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!