Open many files using uiopen or uigetfile

31 ビュー (過去 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');
  1 件のコメント
Jonasz
Jonasz 2013 年 8 月 10 日
Thank You very much ;)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by