****************
NOTE: MATLAB®'s UIGETFILE function supports multiple file selection as of MATLAB® R14. Here's a link to the online documentation:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/uigetfile.html
****************
This download is for Windows only. It is a DLL- and an M-file (the latter being the help), that together allow getting multiple file names.
There are two versions of this DLL available.
The first was tested on Windows 98 and Windows 2000 running MATLAB® 5.2 (R10) and 6.5 (R13), but should also run on Windows 95 as well as with other MATLAB® versions. However, it cannot be compiled into a standalone application.
The second was tested on Windows 98 and Windows 2000 running MATLAB® 6.0 (R12) and 6.5 (R13), but should also run on Windows 95. It will not run under MATLAB® 5.3.1 (R11.1) and previous. This version can be compiled into a standalone application.
Files included are the two DLL-files described above (each with a README), an M-file help file, and the CPP source.
To use the files, place the appropriate M-file and DLL-file in the same directory, and make sure that directory is on your MATLAB® path.
The original source files were written by Dave J Warren, based on Win32 API. |