Open many files using uiopen or uigetfile

조회 수: 124 (최근 30일)
Jonasz
Jonasz 2013년 8월 10일
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.

채택된 답변

Iman Ansari
Iman Ansari 2013년 8월 10일
filename = uigetfile('*.*', 'All Files (*.*)','MultiSelect','on');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dialog Boxes에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by