octave-maintainers
[Top][All Lists]
Advanced

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

Re: Mac OS X sscanf bug/feature?


From: Carlo De Falco
Subject: Re: Mac OS X sscanf bug/feature?
Date: Sun, 27 Mar 2016 20:21:00 +0000

On 27 Mar 2016, at 01:48, Doug Stewart <address@hidden> wrote:

> In ubuntu I get
>  [val, count, msg, pos] = sscanf ("3I2", "%f")
> val =  3
> count =  1
> msg =
> pos =  2
> 

In Mac OS X 10.9 (with Octave 4.1+ built with gcc 4.8) I get the same as Doug:

>> [val, count, msg, pos] = sscanf ("3I2", "%f")
val =  3
count =  1
msg = 
pos =  2

c.





reply via email to

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