Is there a Matlab command that allows the user to choose a directory and can then open all the files in that directory automatically? or is there a way to do it using uigetfile?
I'm trying to make a matlab GUI and I'd like to use a listbox uicontrol to allow the user to search for image files within different directories. Does anyone have any suggestions on how I might do this? thanks.