Nov 2, 2007 #1 kovalp1 Electrical Joined Nov 2, 2007 Messages 2 Location CZ Hello! It is possible in matlab in File dialog box or list box, select (or open) more than 1 file? If yes, is there a function that keeps list of selected files? Thank you very much for your help! peter
Hello! It is possible in matlab in File dialog box or list box, select (or open) more than 1 file? If yes, is there a function that keeps list of selected files? Thank you very much for your help! peter
Nov 3, 2007 Thread starter #2 kovalp1 Electrical Joined Nov 2, 2007 Messages 2 Location CZ ok, I've got it: [FileName,PathName,FilterIndex] = uigetfile(...,'MultiSelect',selectmode) p. Upvote 0 Downvote