MATLAB: Open many files using uiopen or uigetfile

MATLABopen filesuigetfilesuiopen

Is there any possibility to open many files using dialog box. The user will select the files ( no only one as I can now) and these files will be load to workspace.

Best Answer

filename = uigetfile('*.*', 'All Files (*.*)','MultiSelect','on');