uigetfile MultiSelect does not work on Mac?
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’);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’); 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’); uigetfile, multiselect, mac MATLAB Answers — New Questions