Problem with uigetfile
- From: "Jason Watson" <Jason.Watson@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 9 Nov 2005 10:59:48 -0500
I am having a strange problem with the uigetfile function. It will
only let me read in 40 files. It puts these file names into a cell
array. When I select more than 40, it crashes and doesn't place any
file names in the array, only puts a 0 in the first cell. Here is my
code:
[filename, pathname, filterindex] = uigetfile( ?
{ ?*.dat?, ?Data Files ( *.dat)?; ?
?*.*?, ?All Files (*.*)?}, ?
?Pick a file?, ?
?Multiselect?, ?on?);
I was wondering if anyone else has run into this problem or sees an
error in my setup.
Thanks
Jason Watson
.
- Follow-Ups:
- Re: Problem with uigetfile
- From: Marco
- Re: Problem with uigetfile
- Prev by Date: Re: matrix size
- Next by Date: Re: can anybody give me any idea on this issue
- Previous by thread: can anybody give me any idea on this issue
- Next by thread: Re: Problem with uigetfile
- Index(es):
Relevant Pages
|
Loading