MATLAB: How can i choose the folder from the files in system by using matlab code..

folder

In system we will have different folders.i want to browse the folder by matlab comment..

Best Answer

doc uigetdir
doc uigetfile % and friends
help uitools
to see the builtin Matlab user interface stuff and select as needed/desired.