octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should dlmwrite warn or error when using dumb separators?


From: Jordi Gutiérrez Hermoso
Subject: Re: Should dlmwrite warn or error when using dumb separators?
Date: Mon, 12 Sep 2011 14:59:07 -0500

On 31 August 2011 11:10, Andreas Weber <address@hidden> wrote:
> Dear maintainers,
>
> dlmwrite("test1.log",[1.23,pi],".")
>
> $ cat test1.log
> 1.23.3.141592653589793
>
> x=dlmread("test1.log",".")
> x =
>
>   1.0000e+00   2.3000e+01   3.0000e+00   1.4159e+14
>
>
> I would expect to see a warning or error "using same character as
> decimal- and field separator"

I don't really get it. Why is this a problem? What's the whole list of
dangerous separators?

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]