Date: Dec 4, 2012 10:09 AM Author: Ben Subject: UIGETFILE() limit by string Dear all,
I would like to use UIGETFILE, but limit the search with a string or a number.
Similar to what you would do to limit the search with extension:
[fileName, pathName]=uigetfile([path,['*.csv']]);
I'm searching how to do the same with a number or string input.
i.e. str = 'string'; no = 'number'
[fileName, pathName]=uigetfile([path,[str,no,'*.csv']]);
Help would be appreciated very much, thanks in advance.