Home > Archive > Matlab > May 2005 > Re: wrong automatic parsing of filenames in uigetf
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: wrong automatic parsing of filenames in uigetf
|
|
| Jérôme 2005-05-30, 4:01 pm |
| Gilad Jacobson wrote:
> [fname,path] = uigetfile('*.txt')
> and picking, let's say, file '15;38.txt', Matlab returns in >
fname TWO filenames fnames = {'15','38.txt'}
Hi,
I can't get the problem on my machine !
It works well even with the ";" character.
I'm using Matlab R12.1. Which one do you use ?
Jérôme
| |
|
| Jérôme wrote:
>
>
> Gilad Jacobson wrote:
>
>
> fname TWO filenames fnames = {'15','38.txt'}
>
> Hi,
>
> I can't get the problem on my machine !
> It works well even with the ";" character.
>
> I'm using Matlab R12.1. Which one do you use ?
>
> Jérôme
Jérôme, I see this behaviour in R14 only, maybe it is because of the
'Multiselect' feature?
/PB
| |
| Jérôme 2005-05-31, 4:03 am |
| PB wrote:
> maybe it is because of the 'Multiselect' feature?
My question was quiet stupid :D
Jérôme
|
|
|
|
|