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 not sure how to use it like I want. I'd like it to have it work just like the "Open" file option in a Microsoft program. Do you have any suggestions?
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.