MATLAB File List Box, File Dialog
MATLAB File List Box, File Dialog
(OP)
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
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





RE: MATLAB File List Box, File Dialog
[FileName,PathName,FilterIndex] = uigetfile(...,'MultiSelect',selectmode)
p.