Open many files using uiopen or uigetfile

139 views (last 30 days)
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.

Accepted Answer

Iman Ansari
Iman Ansari on 10 Aug 2013
filename = uigetfile('*.*', 'All Files (*.*)','MultiSelect','on');

More Answers (0)

Categories

Find more on Dialog Boxes in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!