uigetfile MultiSelect does not work on Mac?

2 Ansichten (letzte 30 Tage)
Yan Jiang
Yan Jiang am 26 Apr. 2015
Kommentiert: Yan Jiang am 27 Mai 2015
I use uigetfile with MultiSelect on in my code. It works fine on a PC but doesn't allow selecting multiple files on a Mac. Is multiselect supported on Mac?
Here's my code: [file_list,PathName] = uigetfile('*.tif','Select the source images','MultiSelect','on');

Akzeptierte Antwort

Geoff Hayes
Geoff Hayes am 26 Apr. 2015
Yan - yes, multiple file select is supported on a Mac. Using your above line of code on OS X 10.8.5 (with MATLAB R2014a) I was able to select multiple files holding the Command key down while selecting the files.
  1 Kommentar
Yan Jiang
Yan Jiang am 27 Mai 2015
You are right. It turned out to be a mistake made by the mac user. Thank you!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by